Skip to content

Instantly share code, notes, and snippets.

@Spitfire1900
Last active December 14, 2015 03:06
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 Spitfire1900/2c389ccd92b5e7a7e984 to your computer and use it in GitHub Desktop.
Save Spitfire1900/2c389ccd92b5e7a7e984 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Kyle Gottfried
email = Kyle.Gottfried@outlook.com
[alias]
tree = log --graph --decorate --pretty=oneline --abbrev-commit
[diff]
tool = meld
[merge]
tool = meld
[difftool]
prompt = false
[mergetool]
prompt = false
[mergetool "meld"]
path = C:/Program Files (x86)/Meld/Meld.exe
[url "https://github"]
insteadOf = git://github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment