Posts in series "Advanced Git"
Series:
Advanced Git
3 posts
Git Rebase is used to rearrange, combine, and modify commits. This article helps you distinguish Git Rebase from Git Merge, and master how to use Git Rebase effectively and safely.
No more confusion between git reset and git revert! This guide will help you understand how each command works, so you can choose the right tool to undo changes in Git like a pro.
What is Git reflog? A detailed guide on how to use git reflog to review your action history and recover changes, ensuring you never lose your code again.