Created
October 10, 2019 18:07
-
-
Save romelgomez/ebd71f498f9c50a8256faaf619a4d13a to your computer and use it in GitHub Desktop.
alias
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 dev="git checkout dev" | |
alias master="git checkout master" | |
alias pull="git pull" | |
alias push="git push" | |
alias fe="git fetch" | |
git config --global alias.superlog "log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(rese$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment