@@ -1,4 +1,4 @@
-### [ GIT 快速帮助 ]
+### ** Git 快速帮助 **
#### * 配置git用户名及邮箱告诉他我是谁
@@ -35,3 +35,5 @@ git remote add origin root@git.mintelcn.com:Minte-development/Test-project.git
git push origin master --force
# --force 表示强制本地覆盖线上
```
+
+#### [更多帮助请参考:GIT](https://git-scm.com/book/zh/v2)