博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Github 提交本地代 到远程 菜鸟 简明教程
阅读量:4957 次
发布时间:2019-06-12

本文共 1062 字,大约阅读时间需要 3 分钟。

 

方法1:

1. 右击项目文件夹  Git Bash Here 或   Git clone  Url  远程仓库地址  Directory  本地文件夹

2. 拷贝(新建)项目文件

3. 添加项目文件 执行 git add .  或 右击项目文件夹 Tortoise Git ->  Add..

4. 同步 执行 git commit (Git Sync...)  或 右击项目文件夹  Git Commit ->  分支

 

 

方法2:

 

1. 右击项目文件夹  Git Bash Here 或   Git clone  Url  远程仓库地址  Directory  本地文件夹

 

2. 拷贝(新建)项目文件

 

3. 排除项目文件 执行 TortoiseGit -> Add to ignore list.  或 右击项目文件夹 TortoiseGit -> Add to ignore list.

 

4. 同步 执行 git commit (Git Sync...)  或 右击项目文件夹  Git Commit ->  分支

 

 

方法3:

1. 右击项目文件夹  Git Bash Here 或   Git clone  Url  远程仓库地址  Directory  本地文件夹

2. 执行 git init

3. 执行 git remote add origin  Url

4. 拷贝(新建)项目文件

5. 执行 git add .  或 右击项目文件夹 Tortoise Git ->  Add...

6. 执行 git commit   或 右击项目文件夹  Git Commit ->  分支

7. Git Sync...  右 击界面列表 Push

 

git remote origin https://gitee.com/R**i/th****d.gitgit config --global user.name "l*****s.outlook.com"git add .git add.git addgit push -u origin mastergit pull --rebase origin mastergit clone -qgit clonegit commit -m '22'git remote -vgit initgit remote add origin https://gitee.com/R**i/t*****d.gitgit add . git commit -m '22'

 

转载于:https://www.cnblogs.com/xdot/p/5287955.html

你可能感兴趣的文章
sqlite
查看>>
机电行业如何进行信息化建设
查看>>
9、总线
查看>>
Git 笔记 - section 1
查看>>
HDU6409 没有兄弟的舞会
查看>>
2018 Multi-University Training Contest 10 - TeaTree
查看>>
2018 Multi-University Training Contest 10 - Count
查看>>
HDU6203 ping ping ping
查看>>
《人人都是产品经理》书籍目录
查看>>
如何在git bash中运行mysql
查看>>
OO第三阶段总结
查看>>
构建之法阅读笔记02
查看>>
DataTable和 DataRow的 区别与联系
查看>>
检索COM 类工厂中CLSID 为 {00024500-0000-0000-C000-000000000046}的组件时失败
查看>>
mysql数据库中数据类型
查看>>
Fireworks基本使用
查看>>
两台电脑间的消息传输
查看>>
Linux 标准 I/O 库
查看>>
.net Tuple特性
查看>>
Java基础常见英语词汇
查看>>