Skip to content

Instantly share code, notes, and snippets.

@stigi
Created February 7, 2011 17:32
Show Gist options
  • Save stigi/814780 to your computer and use it in GitHub Desktop.
Save stigi/814780 to your computer and use it in GitHub Desktop.
[color]
diff = auto
status = auto
branch = auto
[gui]
recentrepo = /Users/ullrich/Desktop/Arbeit/Projekte/SAPDemo/MacCRO
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
dnp = !git --no-pager diff
lg = log -p
who = shortlog -s --
unstage = reset HEAD --
last = log -1 HEAD
x = !gitx
root = !pwd
marge = merge
substatus = submodule foreach git status
subdiff = submodule foreach git --no-pager diff
[core]
excludesfile = ~/.gitignore
editor = mate -wl1
whitespace = trailing-space,space-before-tab,indent-with-non-tab
quotepath = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment