git用法

1.分支

  git branch(列出所有分支);

  git branch  book(创建新分支);

  git checkout book(切换到新的分支);

原文地址:https://www.cnblogs.com/han-ying/p/7207088.html