DEV Community

Discussion on: Aliases: Making the command line your friend

Collapse
 
richardeschloss profile image
Richard Schloss

gpod: git pull origin development
grod: git rebase -i development (grod as in "Git Rebase On top of Development"; the "o" is for "on")
(because when working on I team, I always have to remember to get current first...that's easy to forget)