kev*_*kev 4 git git-branch
1: git checkout master 2: git branch feature 3: git commit 'commit msg'
我期待git在第2行切换分支(但它不是真的很烦人,因为我必须恢复在master上的签入).
有没有办法让git切换分支?
Pra*_*gun 7
git checkout -b yourBranchName 会为你做的
git checkout -b yourBranchName
归档时间:
9 年,3 月 前
查看次数:
1187 次
最近记录: