1GIT-LFS-UNTRACK(1) GIT-LFS-UNTRACK(1)
23
4
NAME
6git-lfs-untrack - Remove Git LFS paths from Git Attributes
7
SYNOPSIS
9git lfs untrack path...
10
DESCRIPTION
12Stop tracking the given path(s) through Git LFS. The path argument can
13be a glob pattern or a file path.
14
EXAMPLES
16Configure Git LFS to stop tracking GIF files:
1718
git lfs untrack "*.gif"
19
SEE ALSO
21git-lfs-track(1), git-lfs-install(1), gitattributes(5).
2223
Part of the git-lfs(1) suite.
2425
26
27
March 2021 GIT-LFS-UNTRACK(1)