Skip to content

Instantly share code, notes, and snippets.

@Irio
Created March 1, 2012 19:06
Show Gist options
  • Save Irio/1952342 to your computer and use it in GitHub Desktop.
Save Irio/1952342 to your computer and use it in GitHub Desktop.
Create a git branch just until a certain commit
# 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