强制拉取代码覆盖本地
1 | git fetch --all |
添加账户
1 | git config --global user.name <user.name> |
拉去指定分支
1 | git clone -b <branch name> <project address> |
强制拉取代码覆盖本地
1 | git fetch --all |
添加账户
1 | git config --global user.name <user.name> |
拉去指定分支
1 | git clone -b <branch name> <project address> |