bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/Git

Git

Git Undo

Git Undo focused on Git Revert and related concepts.

Lesson 1

Git Revert

The git revert command undoes a previous commit by creating a new commit that reverses the changes.

Read lesson →Loading…
Lesson 2

Git Reset

The git reset command moves your current branch (HEAD) to a different commit.

Read lesson →Loading…
Lesson 3

Git Amend

Git Amend is a command that allows you to modify the most recent commit.

Read lesson →Loading…
Lesson 4

Git Rebase

Rebasing moves or combines a sequence of commits to a new base commit.

Read lesson →Loading…
Lesson 5

Git Reflog

git reflog records updates to the tip of branches and HEAD.

Read lesson →Loading…
Lesson 6

Git Recovery

Git recovery means getting back lost commits, branches, or files.

Read lesson →Loading…