🎨💯git一些常见问题解决
This commit is contained in:
parent
a0c8576166
commit
f0bd704338
|
@ -73,7 +73,7 @@ git log -p -- <file_path>
|
||||||
|
|
||||||
这个命令将显示每次提交对指定文件所做的具体变更。
|
这个命令将显示每次提交对指定文件所做的具体变更。
|
||||||
|
|
||||||
### 5.从远程切除分支并关联
|
### 5.从远程checkout分支并关联
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git checkout -b <branch_name> <remote>/<branch_name>
|
git checkout -b <branch_name> <remote>/<branch_name>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user