git checkout -b remotes/origin/develop
Create a branch: $ git branch mybranch Switch branches: $ git checkout mybranch Create and switch branches: $ git checkout -b mybranch
https://git-scm.com/book/zh/v...请输入代码
请输入代码
Recommended to watch Git tutorial By Liao Xuefeng
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
Create a branch: $ git branch mybranch
Switch branches: $ git checkout mybranch
Create and switch branches: $ git checkout -b mybranch
https://git-scm.com/book/zh/v...
请输入代码
Recommended to watch Git tutorial By Liao Xuefeng
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