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

github

时间:2014-09-16 15:41:40      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:div   sp   代码   on   c   ad   r   服务器   bs   

git config remote.origin.url #查看当前设置的路径
git config remote.origin.url user@ip:/path/to/project.git #修改当前路径为后者
 
提交代码三部
git add .
git commit -m "asdf"

git push origin master #提交本地代码

更新代码

git pull origin master #更新并合并远程服务器代码

 

github

标签:div   sp   代码   on   c   ad   r   服务器   bs   

原文地址:http://www.cnblogs.com/loganv/p/3974811.html

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