github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-untrack.1.ronn (about)

     1  git-lfs-untrack(1) - Remove Git LFS paths from Git Attributes
     2  =============================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs untrack` <path>...
     7  
     8  ## DESCRIPTION
     9  
    10  Stop tracking the given path(s) through Git LFS.  The <path> argument
    11  can be a glob pattern or a file path.
    12  
    13  ## EXAMPLES
    14  
    15  * Configure Git LFS to stop tracking GIF files:
    16  
    17      `git lfs untrack "*.gif"`
    18  
    19  ## SEE ALSO
    20  
    21  git-lfs-track(1), git-lfs-install(1), gitattributes(5).
    22  
    23  Part of the git-lfs(1) suite.