Take advantage of git rebase ↦
This is a solid primer on git rebase and the many ways it’s useful.
In Git, a rebase is a very versatile and useful tool to rework commits. Use it to achieve a workflow with high-quality changes proposed in high-quality commits and merge requests. It makes your developers and reviewers more efficient. Code reviews and debugging also become easier and more effective.
Discussion
Sign in or Join to comment or subscribe