eclipse - Egit - github 翻译

  • Pull Resultgit

    输入图片说明

    1. fetch result - 获取结果github

      no ref to fetch from origin - everything up to datefetch

      没有从原点获取的引用——全部的东西都是最新的code

    2. Update Result - 更新结果图片

      Nothing to update - everything up to dateit

      没有更新 - 一切都是最新的ast

  • Push Result: origin - 推送结果: 原点date

    输入图片说明

    1. master -> master [rejected - non-fast-forward]coding

      当把coding好的code,push到Git时会出现这个错误:master[rejected  non-fast-forward]
      问题(Non-fast-forward)的出现缘由在于:git仓库中已经有一部分代码,因此它不容许你直接把你的代码覆盖上去。
      • 短语

      Non-fast-forward 问题引用

  • Push to: origin

    输入图片说明

    1. Force Update - 强制更新
  • github - Comparing changes

    输入图片说明

    1. There isn’t anything to compare. master and branch-one are entirely different commit histories.

    没有什么能够比较的。主和分支是彻底不一样的提交历史。

=================================================================================

相关文章
相关标签/搜索