Skip to content

Instantly share code, notes, and snippets.

@tommarien
Created February 10, 2018 18:06
Show Gist options
  • Save tommarien/24307a4da0b58712dbb4f1c7b8271492 to your computer and use it in GitHub Desktop.
Save tommarien/24307a4da0b58712dbb4f1c7b8271492 to your computer and use it in GitHub Desktop.
Git config
[alias]
co = checkout
stat = status
[merge]
tool = p4merge
[mergetool "p4merge"]
keepTemporaries = false
prompt = false
trustExitCode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment