DEV Community

Discussion on: A day in the life for you and git...

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦 • Edited

10 years ago I had to resort to using more exotic commands such as rebase -i. The more confused your team is the more you need know git to get things unstuck.

gp    > git pull
gh    > git push
gcm > git checkout master
gcb  > git checkout -b
git push --tags