# 1. Create a copy of master (or whatever branch you're working on) git branch experimental master git checkout experimental # 2. Find SHA of revision to use as branch root with gitx or `git log` # 3. Reset master to the desired root git branch -f master <SHA>
Created
July 2, 2011 07:51
-
-
Save punkrats/1059829 to your computer and use it in GitHub Desktop.
git snippets
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment