Created
April 6, 2016 05:59
-
-
Save krujos/a1ac02dc361969b3a5c05f755535dd9c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
alias st='status', | |
alias di='diff', | |
alias co='checkout', | |
alias ci='ci commit', | |
alias br='branch', | |
alias sta='stash', | |
alias llog='log --date=local', | |
alias flog='log --pretty=fuller --decorate', | |
alias lg='log --graph #{pretty_format} --abbrev-commit --date=relative\', | |
alias lol='log --graph --decorate --oneline', | |
alias lola='log --graph --decorate --oneline --all', | |
alias blog='log origin/master... --left-right', | |
alias ds='diff --staged', | |
alias fixup='commit --fixup', | |
alias squash='commit --squash', | |
alias unstage='reset HEAD', | |
alias rum='rebase master@{u}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment