logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-lfs-untrack - Remove Git LFS paths from Git Attributes

Description

       Stop tracking the given path(s) through Git LFS. The argument can be a glob pattern or a file path.

Examples

       •   Configure Git LFS to stop tracking GIF files:

           git lfs untrack "*.gif"

Name

       git-lfs-untrack - Remove Git LFS paths from Git Attributes

See Also

git-lfs-track(1), git-lfs-install(1), gitattributes(5).

       Part of the git-lfs(1) suite.

                                                   2025-01-21                                 GIT-LFS-UNTRACK(1)

Synopsis

       git lfs untrack <path>...

See Also