Created
April 10, 2017 10:30
-
-
Save b13n1u/67b613d357bce988da1bb8e90b37a62b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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