bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Git

Git

Git Undo

Git Undo focused on Git Revert and related concepts.

Lesson 1

Git Revert

Change Platform: GitHub Bitbucket GitLab What Does Git Revert Do? The git revert command undoes a previous commit by creating a new commit that reverses the changes. This keeps your commit history in…

3 min
Read lesson →
Lesson 2

Git Reset

Change Platform: GitHub Bitbucket GitLab What Does Git Reset Do? The git reset command moves your current branch (HEAD) to a different commit. Depending on the option, it can also change which change…

4 min
Read lesson →
Lesson 3

Git Amend

Change Platform: GitHub Bitbucket GitLab What is Git Amend? Git Amend is a command that allows you to modify the most recent commit. You can use it to fix typos, add or remove files, or change the co…

3 min
Read lesson →
Lesson 4

Git Rebase

Git Rebase

3 min
Read lesson →
Lesson 5visual

Git Reflog

Git Reflog

2 min
Read lesson →
Lesson 6

Git Recovery

Git Recovery

2 min
Read lesson →