@@ -0,0 +1,10 @@
+## git 学习用,常用命令及流程如下
+-- ------
+ git add .
+
+ git commit -m "<备注>"
+ git pull --rebase
+ git push