Jerry Nixon @Work: Git: Rollback

Jerry Nixon on Windows

Friday, January 20, 2012

Git: Rollback

One of our local C# MVPs, William Wegerson, details how to roll back to previous a change set in Git’s source control. This informative article can walk you through a tough spot.

imageIn the case where one pulls from a repository such as GitHub and something breaks, one may want to undo that pull. Here are the steps to rollback to a previous version using Git. Of course you have only delayed the inevitable. One usually does this because something about the current state of changes in the remote is just not palatable and someone else is working on it. When ready do a normal pull to pull down those new changes and merge.

Read the entire article here.

image William Wegerson is one of our Colorado C# MVPs.
Learn more about his MVP.
Find his on Linked In.
Read his Blog.