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 

posted @ 2015-05-04 10:22  高贺  阅读(111)  评论(0编辑  收藏  举报