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

如何使用gitbash 把你的代码托管到github

时间:2018-12-25 23:38:26      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:vuex   git push   代码   list   commit   github   play   repo   bash   

1.如果你没有创建仓库

mkdir vuex-playList
cd vuex-playList
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/wangweigit3077/vuex-playList.git
git push -u origin master
2.如果你已经创建了仓库
cd existing_git_repo
git remote add origin https://gitee.com/wangweigit3077/vuex-playList.git
git push -u origin master

如何使用gitbash 把你的代码托管到github

标签:vuex   git push   代码   list   commit   github   play   repo   bash   

原文地址:https://www.cnblogs.com/wangweigit3077/p/10176867.html

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