git常用命令

  • 根据commit号查找分支
git branch -a --contains commitID
  • 删除分支
git branch -D branchName

 

你可能感兴趣的:(其他)