git相关

http://git.oschina.net/oschina/git-osc/wikis/%E5%B8%AE%E5%8A%A9   git配置

git pull 地址  更新

git add *  add目录下所有文件

git commit -m "代码提交信息"

git push origin master  提交文件

 

出现error的解决方法: Your local changes to the following files would be overwritten by merge

git checkout -f 

原文地址:https://www.cnblogs.com/gaohe/p/4475526.html