Linux News
The world is talking about GNU/Linux and Free/Open Source Software
How to Undo Last Git Commit
Sometimes, when working with Git, you may want to undo the latest commit. A commit is a snapshot of a Git repository at a given time. Git has a reference variable called HEAD that points to the latest commit in the current working branch. To undo a commit, all you need to do is point the HEAD variable to the previous snapshot.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.