github.com/q2/git-lfs@v0.5.1-0.20150410234700-03a0d4cec40e/docs/man/git-lfs-track.1.ronn (about)

     1  git-lfs-track(1) - View or add Git LFS paths to Git attributes.
     2  ======================================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs track`
     7  
     8  ## DESCRIPTION
     9  
    10  The "track" command starts the given path(s) through Git LFS.  The "path" \
    11  argument can be a file extension, or a file path.  If no paths are provided,
    12  this will simply list the tracked paths.
    13  
    14  ## EXAMPLES
    15  
    16  * View the paths that Git LFS is tracking currently.
    17  
    18      `git lfs track`
    19  
    20  * Track a new path in Git LFS.
    21  
    22      `git lfs track *.gif`
    23  
    24  ## SEE ALSO
    25  
    26  git-lfs-untrack(1), git-lfs-init(1), gitattributes(5).
    27  
    28  Part of the git-lfs(1) suite.