Skip to content

Instantly share code, notes, and snippets.

@zanematthew
Created September 1, 2011 21:28
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 zanematthew/1187330 to your computer and use it in GitHub Desktop.
Save zanematthew/1187330 to your computer and use it in GitHub Desktop.
My Git Config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[color]
ui = auto
interactive = true
[alias]
ci = commit
di = diff --color-words
st = status
st2 = status --untracked-files=no
co = checkout
gl = log --graph --abbrev-commit --pretty=oneline --decorate
who = "!sh -c 'git log -1 --pretty=\"format:%an <%ae>\" --author=\"$1\"' -"
rllog = log -g --date=relative
rlg = reflog show @{now}
weekreport = shortlog --since=1.weeks --author=ondrej
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment