Created
March 1, 2012 19:06
-
-
Save Irio/1952342 to your computer and use it in GitHub Desktop.
Create a git branch just until a certain commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First of all, get the commit's hash. Then... | |
$ git branch new_branch_name c06d29d2ae420ade7adce4f7489c7b4f96694eb4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment