Intro to git rebase
"You can actually rewrite history with this command".
Seriously now, I am using "git pull --rebase" when there are only a few commits that were pushed while I was working. It keeps a linear commit thread and no merges.
"You can actually rewrite history with this command".
Seriously now, I am using "git pull --rebase" when there are only a few commits that were pushed while I was working. It keeps a linear commit thread and no merges.