Git create new branch from histo
2020-11-16 本文已影响0人
JaedenKil
// Create a new branch for given sha value and checkout to that branch
git checkout -b newBranchName shaValueOfHistoryCommit
// Create a new branch for given sha value and checkout to that branch
git checkout -b newBranchName shaValueOfHistoryCommit