Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created January 20, 2020 15:56
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • 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'
@edualb
Copy link

edualb commented May 10, 2022

Thanks for that!

@jjmss
Copy link

jjmss commented Jun 22, 2022

<3

@D-Pagey
Copy link

D-Pagey commented Aug 9, 2022

Thank you!

@johnbedeir
Copy link

Thank you

@omcmanus1
Copy link

Legend, thanks

@maimul
Copy link

maimul commented May 14, 2023

Thanks mate!!!

@timgarciaa
Copy link

Thanks!

@karsilama
Copy link

Lot of thanks! <3

@DesaDav
Copy link

DesaDav commented Sep 28, 2023

thanks, how can I get it back?

@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