码迷,mamicode.com
首页 > 其他好文 > 详细

git操作

时间:2017-08-24 21:32:50      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:push   https   url   操作   oschina   china   origin   mit   comm   

1.从github上clone下来的项目,再将该项目上传到git.oschina.net上

  git remote //查看远程仓库

  git remote -v //可以查看远程仓库的地址

  git remote remove <name> //移除仓库

  git remote add <name> <url> //eg:git remote add origin https://git.oschina.net/username/test.git

  git add . //添加文件

  git commit -am "first commit"

  git push -u origin

git操作

标签:push   https   url   操作   oschina   china   origin   mit   comm   

原文地址:http://www.cnblogs.com/Kevin-1967/p/7425020.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!