Skip to content

Instantly share code, notes, and snippets.

@thiagobraddock
Forked from thetwopct/bash.sh
Created October 21, 2021 22:02
Show Gist options
  • Save thiagobraddock/b497c1b558055bd67e5abfc1e9a425e3 to your computer and use it in GitHub Desktop.
Save thiagobraddock/b497c1b558055bd67e5abfc1e9a425e3 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment