Py学习  »  Git

在Git中使用远程分支的方法

terryp • 4 年前 • 824 次点击  

这是随机的 git

  1. git switch --create < local branch name > origin/< remote branch name >
  2. git checkout -b < local branch name > origin/< remote branch name >
  3. git checkout -t origin/< remote branch name >

两个问题:

  1. 这些方法有什么好处吗?或者只是TMTOWTDI(有多种方法可以做到这一点)?
Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/52975
 
824 次点击  
文章 [ 1 ]  |  最新文章 4 年前