Skip to content

Instantly share code, notes, and snippets.

@b13n1u
Created April 10, 2017 10:30
Show Gist options
  • Save b13n1u/67b613d357bce988da1bb8e90b37a62b to your computer and use it in GitHub Desktop.
Save b13n1u/67b613d357bce988da1bb8e90b37a62b to your computer and use it in GitHub Desktop.
[color]
ui = true
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status
co = checkout
reload = !git fetch --all && git checkout master && git reset --hard origin/master && git submodule update --init
rev = push origin HEAD:refs/for/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment