Skip to content

Instantly share code, notes, and snippets.

@diewland
Last active May 29, 2019 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diewland/ff417be50b58f25162b8730a9d8a8844 to your computer and use it in GitHub Desktop.
Save diewland/ff417be50b58f25162b8730a9d8a8844 to your computer and use it in GitHub Desktop.
Change editor in git
...
br = branch
co = checkout
[core]
autocrlf = input
editor = gvim <---- change editor command
[color]
diff = auto
status = auto
branch = auto
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment