码迷,mamicode.com
首页 > Web开发 > 详细

gitee上传下载代码命令

时间:2020-01-13 23:59:19      阅读:483      评论:0      收藏:0      [点我收藏+]

标签:origin   输入   git push   remote   初始化   xxxxxx   http   远程   ini   

在想要下载的文件夹下,鼠标右键,git bush

1、输入git init 进行初始化

2、git remote add origin https://gitee.com/XXXXXXXXXXXXXX/XXXX

3、添加上传文件夹 git add .  //整个文件夹都上传

4、git commit - m ‘上传备注‘   //提交代码

5、git pull origin master      //将代码下载到本地

6、git push origin master    //将本地仓库推送到远程仓库

gitee上传下载代码命令

标签:origin   输入   git push   remote   初始化   xxxxxx   http   远程   ini   

原文地址:https://www.cnblogs.com/132818Creator/p/12189854.html

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