Who can explain this Git command to me?
过去多啦不再A梦
过去多啦不再A梦 2017-05-02 09:50:04
0
6
662

git checkout -b remotes/origin/develop

过去多啦不再A梦
过去多啦不再A梦

reply all(6)
世界只因有你

Create a branch: $ git branch mybranch
Switch branches: $ git checkout mybranch
Create and switch branches: $ git checkout -b mybranch

Ty80

https://git-scm.com/book/zh/v...请输入代码

習慣沉默

Recommended to watch Git tutorial By Liao Xuefeng

过去多啦不再A梦

Create and switch branch Ruan Yifeng git

为情所困

Create a new branch and switch to this branch

曾经蜡笔没有小新

Create a local branch with write permissions for the remote branch remotes/origin/develop and track it. By the way, switch the working directory to this branch

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template