Ver Fonte

更新 'README.md'

wangyunlong há 4 anos atrás
pai
commit
f593c3418c
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -1,15 +1,14 @@
 ####  【Git 快速帮助】
 
 
-#### 1 配置git用户名及邮箱告诉他我是谁
+##### 1 配置git用户名及邮箱告诉他我是谁
 
 ```
 git config --global user.name ‘test'
 git config --global user.email ‘test@qq.com’
-
 ```
 
-#### 2 免密钥登陆配置
+##### 2 免密钥登陆配置
 
 ```
 打开cmd ---进入bash shell执行