Absolutely. The only important thing about rebase is to properly understand it. Especially the thing that it is actually rewriting your history and thus you shouldn't do it on shared branches etc :)
But once you get past that, it's pure power 🙂
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
git rebaseis probably my favorite git command currently. It just helps to create a much cleaner commit history.Absolutely. The only important thing about
rebaseis to properly understand it. Especially the thing that it is actually rewriting your history and thus you shouldn't do it on shared branches etc :)But once you get past that, it's pure power 🙂