git init
git remote add origin https:// //git账号中的网址

(git remote //可以查询添加的远程仓库)

git add . //添加刚刚导入的整个工程

git commit -m “添加工程"

git push -u origin master (第一次的话有冲突,强制Push: git push -f origin master)

posted on 2016-05-11 09:52  拿起放不下  阅读(632)  评论(0编辑  收藏  举报