fork、master、origin、push、pull 等术语对于 Git 和 Github 意味着什么?

发布于 2024-11-17 05:07:25 字数 136 浏览 2 评论 0原文

这些术语之间有什么区别:

  • trunk/branch/merge/check in/out(我从其他 VCS 中知道)
  • fork、master、origin、push、pull 等(Git 使用)

What are the differences between the terms:

  • trunk / branch / merge / check in/out (which I know from other VCS)
  • fork, master, origin, push, pull, etc. (used by Git)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

烛影斜 2024-11-24 05:07:25

了解 Git 的第一件事是,它对版本控制的思考与 Subversion 或 Perforce 或您可能习惯的任何 SCM 非常不同。通过尝试忘记关于版本控制如何工作的假设并尝试以 Git 的方式思考它,学习 Git 通常会更容易。

-- http://gitref.org/

This first thing that is important to understand about Git is that it thinks about version control very differently than Subversion or Perforce or whatever SCM you may be used to. It is often easier to learn Git by trying to forget your assumptions about how version control works and try to think about it in the Git way.

-- http://gitref.org/

无风消散 2024-11-24 05:07:25

这可能已经被谷歌搜索到了。我想这就是为什么有人重复了这个问题。我用谷歌搜索“Git Glossary”,这是第一个结果 -

http: //www.kernel.org/pub/software/scm/git/docs/gitglossary.html

它解释了您所问的大部分内容。

http://ndpsoftware.com/git-cheatsheet.html 也是一个很好的参考。

This could have been googled. I guess that is why someone -ve repped the question. I googled "Git Glossary" and this was the first result -

http://www.kernel.org/pub/software/scm/git/docs/gitglossary.html

It explains most of what you are asking.

http://ndpsoftware.com/git-cheatsheet.html is a great reference too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文