Posts in series "Advanced Git"

3 posts

[Advanced Git] Git Rebase Guide: Understand and Use Effectively

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.

[Advanced Git] Git Reset or Git Revert? Choose the Right Way to Undo

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.

[Advanced Git] Git reflog: Recovering commit history and every action in Git

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.