Skip to content

Instantly share code, notes, and snippets.

@avdg
Created June 7, 2011 19:28
Show Gist options
  • Save avdg/1012957 to your computer and use it in GitHub Desktop.
Save avdg/1012957 to your computer and use it in GitHub Desktop.
Git config file
[core]
excludesfile = /path/to/ignoreFile/.gitignore_global
[color]
ui = auto
[alias]
br = branch
co = checkout
df = diff
lg = log -p
lgp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
man = help
st = status
who = shortlog -s --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment