【发布时间】:2023-01-14 02:14:55
【问题描述】:
即:这些等价于什么:
git checkout -b my_new_local_branch # create a new local branch
git push --set-upstream origin my_new_local_branch # track / set upstream the new local branch to remote repo
但是用一个命令?
【问题讨论】:
-
@nofinator 这个答案是错误的。
-
@nofinator 不,它没有