Skip to content

Instantly share code, notes, and snippets.

@romelgomez
Created October 10, 2019 18:07
Show Gist options
  • Save romelgomez/ebd71f498f9c50a8256faaf619a4d13a to your computer and use it in GitHub Desktop.
Save romelgomez/ebd71f498f9c50a8256faaf619a4d13a to your computer and use it in GitHub Desktop.
alias
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