doc: update docs/git.md (#406)
This commit is contained in:
		@@ -155,7 +155,7 @@ $ git branch -av
 | 
				
			|||||||
$ git checkout my_branch
 | 
					$ git checkout my_branch
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
创建一个名为 `new_branch` 的新分支
 | 
					创建并切换到新分支`new_branch`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
$ git checkout -b new_branch
 | 
					$ git checkout -b new_branch
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user