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.
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.
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。