DEV Community

Discussion on: Daily git usage

Collapse
 
netanelravid profile image
Netanel Ravid

First of all thanks for your sharing
Second, if you are using z shell (zsh, if you are not using it, leaving everything and read about it now, it's amazing!) you can use the git plugin which is super cool
gcam - git commit -a -m
gp - git push
gl - git pull
gb - git branch
gst - git status
It saves me minutes (even hours) a day just using those aliases.

Collapse
 
x0st profile image
Pavel Movchan

I do use zsh :)