Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

freeCodeCamp

How to Undo Mistakes With Git Using the Command Line

via freeCodeCamp

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn essential techniques for undoing mistakes and managing your Git repository effectively using the command line. This comprehensive video course covers a wide range of Git operations, including discarding local changes, restoring deleted files, fixing commits, reverting changes, resetting to old revisions, recovering deleted commits and branches, moving commits between branches, and performing interactive rebases. Master advanced Git features like the Reflog and learn how to safely rewrite history. Gain confidence in handling various Git scenarios and discover how to use Git as a powerful safety net for your projects. By the end of this course, you'll have a robust toolkit for managing and recovering from common Git mistakes, enhancing your version control skills and workflow efficiency.

Syllabus

) Introduction.
) Hosted by Tower.
) Git as your safety net.
) Discard all local changes in a file.
) Please be careful: discarding local changes cannot be undone!.
) Restoring deleted files.
) Discard chunks / lines in a file.
) Discarding all local changes.
) Fixing the last commit.
) What "rewriting history" means.
) Reverting a commit in the middle.
) Resetting to an old revision.
) Resetting a file to an old revision.
) The Reflog.
) Recovering deleted commits.
) Recovering deleted branches.
) Moving a commit to a new branch.
) Moving a commit to a different branch.
) Interactive Rebase: an overview of what you can do.
) Interactive Rebase: how it works in general.
) Editing old commit messages with Interactive Rebase.
) Deleting commits with Interactive Rebase.
) Squashing multiple commits into one with Interactive Rebase.
) Adding changes to an old commit with Interactive Rebase.
) Splitting/editing an old commit with Interactive Rebase.
) Reminder: don't rewrite commits that you have already shared!.
) First Aid Kit for Git: a set of short videos and a cheat sheet, free to download (www.bit.ly/git-first-aid-kit).

Taught by

freeCodeCamp.org

Reviews

Start your review of How to Undo Mistakes With Git Using the Command Line

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.