Skip to content

Instantly share code, notes, and snippets.

@NewbiZ
Created January 22, 2016 16:39
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 NewbiZ/5763eaf1f91c64d8193d to your computer and use it in GitHub Desktop.
Save NewbiZ/5763eaf1f91c64d8193d to your computer and use it in GitHub Desktop.
[alias]
ci = commit
co = checkout
st = status
br = branch
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[branch]
autosetuprebase = always
[push]
default = matching
[color]
ui = true
[user]
name = Aurelien Vallee
email = vallee.aurelien@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment