Skip to content

Instantly share code, notes, and snippets.

@unlovingly
Created February 7, 2018 15:26
Show Gist options
  • Select an option

  • Save unlovingly/0b2918b30821c96a990762ffd45e850d to your computer and use it in GitHub Desktop.

Select an option

Save unlovingly/0b2918b30821c96a990762ffd45e850d to your computer and use it in GitHub Desktop.
[ghq]
root = ~/Documents/Repositories
[core]
editor = code -n -w
[merge]
tool = vsc
[mergetool "vsc"]
tool = code -w $MERGED
[diff]
tool = vsc
[difftool "vsc"]
cmd = code -d $LOCAL $REMOTE -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment