doc: update git.md
This commit is contained in:
		@@ -395,7 +395,7 @@ $ git log --stat -M
 | 
				
			|||||||
```bash
 | 
					```bash
 | 
				
			||||||
$ cat ~/.ssh/config
 | 
					$ cat ~/.ssh/config
 | 
				
			||||||
Host gitlab.com
 | 
					Host gitlab.com
 | 
				
			||||||
# 直接使用 shadowsocks 提供的 socks5 代理端口
 | 
					# 直接使用 sh**socks 提供的 socks5 代理端口
 | 
				
			||||||
ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p 
 | 
					ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Host github.com
 | 
					Host github.com
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user