首页 > 其他 > 详细

Import project to Github

时间:2018-07-10 22:24:03      阅读:166      评论:0      收藏:0      [点我收藏+]

Go to the project directory. Right click, --Git bash here

--git init                                            #creates .git
--git add README.md             #adds files you want to track
--git add .              #add all files under the directory
--git commit -m "first commit"         #commit the changes
--git remote add origin https://github.com/...
--git push -u origin master              #push commits to github

Import project to Github

原文:https://www.cnblogs.com/dark-rebel/p/9291782.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!