doc: Update git.md

This commit is contained in:
jaywcjlove 2022-11-01 14:33:46 +08:00
parent 0fde136208
commit 5c0f89908e

View File

@ -341,7 +341,7 @@ $ git log --stat -M
### 忽略文件 ### 忽略文件
```gitignore ```gitignore showLineNumbers
/logs/* /logs/*
# “!” 意思是不要忽视 # “!” 意思是不要忽视
!logs/.gitkeep !logs/.gitkeep
@ -366,6 +366,7 @@ ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p
Host github.com Host github.com
ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p
``` ```
<!--rehype:className=wrap-text-->
Git 技巧 Git 技巧
------ ------