git အပိုင်း ၃ - Reset, Revert, Stash, Tag, Reflog ကို Practical နဲ့ရှင်းပြခြင်း

Опубликовано: 11 Июнь 2026
на канале: Takkatho - Dev
95
3

Git playlist -    • git အပိုင်း ၃ - Reset, Revert, Stash, Tag,...  

In this Git tutorial, we explore some of the most powerful Git commands that help developers manage mistakes and track project history.

In this video, you will learn how to use:

• git reset – undo commits and move your project history
• git revert – safely reverse changes without rewriting history
• git stash – temporarily save your work in progress
• git tag – mark important versions like releases
• git reflog – recover lost commits and track Git history

These commands are essential for every developer working with Git and GitHub. Understanding them will help you avoid mistakes, recover lost work, and manage your repository like a professional.

If you're learning Git, GitHub, or software development, this video will give you practical knowledge you can use in real projects.

Perfect for beginners and developers who want to improve their Git workflow.