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

Intellj IDEA 推送项目到远程Git仓库

时间:2014-11-06 00:53:09      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   os   sp   数据   on   bs   ad   

在intellij IDEA中 VCS——Import into Version Control——Create Git Repository——选择你的本地项目

然后cmd进入到你的项目根目录(需要把git配置到环境变量中)

依次输入以下命令:

# 给项目设置远程远程仓库 #

git remote add origin https://coding.net/FuYung/****.git

# 抓取远程仓库数据,并自动合并远程分支

 #git pull origin master

# 把本地项目推送到远程Git仓库 #

git push origin master

然后就可以在intellij IDEA中进行update、commit、push了。


Intellj IDEA 推送项目到远程Git仓库

标签:style   http   io   os   sp   数据   on   bs   ad   

原文地址:http://my.oschina.net/fuyung/blog/341272

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