Git:常用技巧
This commit is contained in:
parent
27664c23e8
commit
572f3a4b9b
@ -162,3 +162,8 @@ git config --global commit.gpgsign true
|
|||||||
git merge --squash <branchName>
|
git merge --squash <branchName>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 忽略文件更改
|
||||||
|
|
||||||
|
- 未提交:添加忽略文件相对路径到 .gitignore 中即可。
|
||||||
|
|
||||||
|
- 已提交:`git rm --cached file`,添加忽略文件相对路径到 .gitignore 中即可。
|
||||||
|
Loading…
Reference in New Issue
Block a user