1GIT-LFS-UNTRACK(1) General Commands Manual 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
SEE ALSO
20git-lfs-track(1), git-lfs-install(1), gitattributes(5).
2122
Part of the git-lfs(1) suite.
2324
25
26
May 2022 GIT-LFS-UNTRACK(1)