git用法

1.分支git

  git branch(列出全部分支);it

  git branch  book(建立新分支);分支

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

相关文章
相关标签/搜索