Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created January 20, 2020 15:56
Show Gist options
  • Save thetwopct/94c7f4ea6a97c07e12d0c095cc84a7b6 to your computer and use it in GitHub Desktop.
Save thetwopct/94c7f4ea6a97c07e12d0c095cc84a7b6 to your computer and use it in GitHub Desktop.
Stop git branch opening in vim/vi
# stop git branch opening in vim/vi
git config --global pager.branch 'false'
@thetwopct
Copy link
Author

@DesaDav edit your global git config file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment