Skip to content

Instantly share code, notes, and snippets.

@bluehazetech
Created March 31, 2014 00:40
Show Gist options
  • Save bluehazetech/9882810 to your computer and use it in GitHub Desktop.
Save bluehazetech/9882810 to your computer and use it in GitHub Desktop.
Dotfile: gitconfig
[color]
ui = auto
[push]
default = simple
[mergetool "sublime"]
cmd = subl -w $MERGED
trustExitCode = false
[merge]
tool = sublime
[core]
editor = subl -w
autocrlf = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment