Git hub for windows problems
使用windows 版 github 时,有时无法向服务端同步.最后还得采用shell
1.git status // red line
2. git add . // . 代表所有文件 , green line
3. git commit -m ' ********注释**********'
4. git push
5. git log


使用windows 版 github 时,有时无法向服务端同步.最后还得采用shell
1.git status // red line
2. git add . // . 代表所有文件 , green line
3. git commit -m ' ********注释**********'
4. git push
5. git log

