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

Import project to Github

时间:2018-07-10 22:37:02      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:com   creat   http   rac   project   rem   imp   director   track   

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

标签:com   creat   http   rac   project   rem   imp   director   track   

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

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