Git远程04:git fetch & git push & git pull

简介:

这三条语句的,完整的命令为:

1
git fetch [远程仓库名] [分支01]:[分支02]

实际使用时,远程仓库名和分支名,在特定的情况下可以省略。一两句话说不清楚,采用脑图的方式展示。请一定要注意当前所在的分支是什么
如果图片显示太小,请到汪汪的网盘下载(文件夹为/Git),如果有XMind,请直接查看脑图源文件。
2015.08.19更新:git fetch & git push & git pull.pnggit fetch & git push & git pull.xmind
upstream.png

~~ EOF ~~

目录
相关文章
|
3天前
|
开发工具 git
在IDEA中配置Git的Push键
在IDEA中配置Git的Push键
8 0
|
21天前
|
开发工具 git
git push 提交后撤回--图文详解
git push 提交后撤回--图文详解
15 1
|
2月前
|
开发工具 git
记IDEA Git版本回退并push到远程操作
记IDEA Git版本回退并push到远程操作
30 1
记IDEA Git版本回退并push到远程操作
|
2月前
|
开发工具 git 开发者
|
2月前
|
开发工具 git 开发者
Git Pull vs. Git Fetch:深度解析
【2月更文挑战第29天】
151 0
Git Pull vs. Git Fetch:深度解析
|
2月前
|
开发工具 git
|
2月前
|
开发工具 git
Git -- 代码上传错误 error: failed to push some refs to ‘git@gitee.com:JMFive/uni-shop2.git‘
Git -- 代码上传错误 error: failed to push some refs to ‘git@gitee.com:JMFive/uni-shop2.git‘
|
3月前
|
网络安全 开发工具 git
git修改提交路径以及强制提交——异常:error: remote origin already exists.与异常:error: failed to push some refs to的解决
git修改提交路径以及强制提交——异常:error: remote origin already exists.与异常:error: failed to push some refs to的解决
20 0
|
12天前
|
开发工具 git
完美解决git 执行git push origin master指令 报错command not found
完美解决git 执行git push origin master指令 报错command not found
21 0
|
4月前
|
存储 网络安全 数据处理
git远程操作,推送【push】,拉取【pull】,忽略特殊文件,配置别名,标签管理
git远程操作,推送【push】,拉取【pull】,忽略特殊文件,配置别名,标签管理

相关实验场景

更多