Tuesday, December 11, 2012

git tip of the day


To start a branch from a previous commit :


git branch branchname 
or by using a symbolic ref.
git branch branchname HEAD~3


source : http://stackoverflow.com/questions/2816715/branch-from-a-previous-commit-using-git

No comments:

Post a Comment