Loading lesson path
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…
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…
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…
Git Rebase
Git Reflog
Git Recovery