-
Pull Result
-
fetch result - 获取结果
no ref to fetch from origin - everything up to date
没有从原点获取的引用——所有的东西都是最新的
-
Update Result - 更新结果
Nothing to update - everything up to date
没有更新 - 一切都是最新的
-
-
Push Result: origin - 推送结果: 原点
-
master -> master [rejected - non-fast-forward]
当把coding好的code,push到Git时会出现这个错误:master[rejected non-fast-forward]问题(Non-fast-forward)的出现原因在于:git仓库中已经有一部分代码,所以它不允许你直接把你的代码覆盖上去。
- 短语
Non-fast-forward 问题
-
-
Push to: origin
- Force Update - 强制更新
-
github - Comparing changes
- There isn’t anything to compare. master and branch-one are entirely different commit histories.
没有什么可以比较的。主和分支是完全不同的提交历史。
=================================================================================