-
-
Save thiagobraddock/b497c1b558055bd67e5abfc1e9a425e3 to your computer and use it in GitHub Desktop.
Stop git branch opening in vim/vi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# stop git branch opening in vim/vi | |
git config --global pager.branch 'false' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment