git从指定的commit创建分支

How do I create a new git branch from an old commit?

 

git checkout -b justin a9c146a09505837ec03b

This will create the new branch and check it out.

git branch justin a9c146a09505837ec03b

This creates the branch without checking it out.

posted @ 2015-08-21 10:26  ChuckLu  阅读(9837)  评论(0编辑  收藏  举报