DEV Community

Discussion on: Aliases: Making the command line your friend

Collapse
 
timbeaudet profile image
🏎️Tim Beaudet🚀

Not super original but I like:

git cm (commit --message)
git pr (pull --rebase)
git ss (stash --save)
git lg (git --log --oneline ???) and other nice options.