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

20 lines
425 B
Plaintext
Raw Normal View History

2015-07-10 16:47:54 +00:00
git-lfs-uninit(1) -- Remove Git LFS configuration
=================================================
## SYNOPSIS
`git lfs uninit`
## DESCRIPTION
Perform the following actions to remove the Git LFS configuration:
* Remove the "lfs" clean and smudge filters from the global Git config.
2015-07-20 17:02:49 +00:00
* Uninstall the Git LFS pre-push hook if run from inside a Git repository.
2015-07-10 16:47:54 +00:00
## SEE ALSO
git-lfs-init(1).
Part of the git-lfs(1) suite.