Skip to content

Instantly share code, notes, and snippets.

@diewland
Forked from ColinHarrington/.gitconfig
Last active January 3, 2017 15:56
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 diewland/4c11244733224b5e6a1c74616c351d92 to your computer and use it in GitHub Desktop.
Save diewland/4c11244733224b5e6a1c74616c351d92 to your computer and use it in GitHub Desktop.
git aliases
[user]
name = diewland
email = diewland@gmail.com
[alias]
st = status
ci = commit
br = branch
co = checkout
l = log --graph --decorate --pretty=oneline --abbrev-commit -n 10
ll = log --graph --decorate --pretty=oneline --abbrev-commit --all
lll = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment