从git指定commit拉分支
时间:2021-09-22 03:32:10
收藏:0
阅读:29
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.
原文:https://www.cnblogs.com/pu20065226/p/15310095.html
评论(0)