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

Git初始化本地项目并提交远程仓库基础操作

时间:2019-03-09 23:56:15      阅读:490      评论:0      收藏:0      [点我收藏+]

标签:mit   bsp   https   .com   add   标记   ini   style   code   

首先将本地项目初始化

1 git init

然后添加一个远程仓库

 1 git remote add origin https://gitee.com/yooeyeshot/woodafeng-admin.git

要先从远程库更新

1 git pull origin master

之后先标记,提交到本地仓库,再推送到远程仓库

git add .
git commit .
git push origin master

 

Git初始化本地项目并提交远程仓库基础操作

标签:mit   bsp   https   .com   add   标记   ini   style   code   

原文地址:https://www.cnblogs.com/woodafeng/p/10485808.html

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