Skip to content

Commit ac0f661

Browse files
committed
Fixes git-lfs#2714: Add --local option to uninstall man page
Change-Id: Ie83973ad299eb4741153bbe94a872e69963a4928 Signed-off-by: David Pursehouse <[email protected]>
1 parent 3e35079 commit ac0f661

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Perform the following actions to remove the Git LFS configuration:
1212
* Remove the "lfs" clean and smudge filters from the global Git config.
1313
* Uninstall the Git LFS pre-push hook if run from inside a Git repository.
1414

15+
## OPTIONS
16+
17+
* --local:
18+
Removes the "lfs" smudge and clean filters from the local repository's git
19+
config, instead of the global git config (~/.gitconfig).
20+
1521
## SEE ALSO
1622

1723
git-lfs-install(1).

0 commit comments

Comments
 (0)