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

从头创建一个Git项目

时间:2019-06-10 14:08:13      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:https   tps   rem   命令行   fir   code   master   git add   http   

从命令行创建一个仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/**/**.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin https://github.com/**/**.git
git push -u origin master

从头创建一个Git项目

标签:https   tps   rem   命令行   fir   code   master   git add   http   

原文地址:https://www.cnblogs.com/itero/p/10997026.html

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