DEV Community

Discussion on: Git workflow and my new love of Git alias

Collapse
 
nivesh002 profile image
Nivesh

oh-my-zsh has the coolest git alias ever.

  • gst : git status
  • ggpush: git push origin master
  • ggpull: git pull origin master
  • glo

Complex ones but handy

  • glog
  • glol