DEV Community

Discussion on: What is your favourite Git command?

Collapse
 
waylonwalker profile image
Waylon Walker • Edited

I almost always get interactive rebase backwards. For some reason -i confuses the heck out of me and I avoid it more than I should.

Though I really like to utilize a rebase with master regularly to make sure I dont get behind.

git fetch --all
git rebase master