git-lfs/docs/man/git-lfs-untrack.1.ronn

24 lines
485 B
Plaintext
Raw Normal View History

git-lfs-untrack(1) - Remove Git LFS paths from Git Attributes
=============================================================
2015-03-22 18:59:56 +00:00
## SYNOPSIS
`git lfs untrack` <path>...
2015-03-22 18:59:56 +00:00
## DESCRIPTION
Stop tracking the given path(s) through Git LFS. The <path> argument
can be a glob pattern or a file path.
2015-03-22 18:59:56 +00:00
## EXAMPLES
* Configure Git LFS to stop tracking GIF files:
2015-03-22 18:59:56 +00:00
`git lfs untrack '*.gif'`
## SEE ALSO
2015-11-16 20:31:26 +00:00
git-lfs-track(1), git-lfs-install(1), gitattributes(5).
2015-03-22 18:59:56 +00:00
Part of the git-lfs(1) suite.