Skip to content

Instantly share code, notes, and snippets.

@leif81
Created April 10, 2013 14:27
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 leif81/5355116 to your computer and use it in GitHub Desktop.
Save leif81/5355116 to your computer and use it in GitHub Desktop.
~/.gitconfig
[user]
email = leifer@gmail.com
name = Leif Gruenwoldt
[gui]
gcwarning = false
maxfilesdisplayed = 1000
[color]
ui = auto
[diff]
tool=meld
[merge]
#ff = only
tool = meld
[rebase]
stat = true
[alias]
rank = shortlog -sn --no-merges
staged = diff --cached
uncommit = reset --soft HEAD^
unstage = reset
[push]
# Only push the current branch
default = upstream
[branch "master"]
# Always pull --rebase
rebase = true
[branch]
autosetuprebase = always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment