I think many developers shy away from rebasing because it regularly cannot be
done automatically and you need a bit of practice to get used to a rebase flow
and all it's interesting states (WTH is an empty commit?!). >
/status/1069176992564682752

Sun, 02 Dec 2018 10:39:25 UTC21

2 replies

Replying to @coderbyheart

@Maxwell_Dev But if you are uncertain at
first remember to save your branch before rebasing. If you push it to origin
before a rebase attempt and you botch that rebase, you can do a git reset --hard
origin/my-branch and everything is nice again ;-)