mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 20:21:22 +08:00
doc: Update git.md
This commit is contained in:
@ -341,7 +341,7 @@ $ git log --stat -M
|
||||
|
||||
### 忽略文件
|
||||
|
||||
```gitignore
|
||||
```gitignore showLineNumbers
|
||||
/logs/*
|
||||
# “!” 意思是不要忽视
|
||||
!logs/.gitkeep
|
||||
@ -366,6 +366,7 @@ ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p
|
||||
Host github.com
|
||||
ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p
|
||||
```
|
||||
<!--rehype:className=wrap-text-->
|
||||
|
||||
Git 技巧
|
||||
------
|
||||
|
Reference in New Issue
Block a user