fork、master、origin、push、pull 等术语对于 Git 和 Github 意味着什么?
这些术语之间有什么区别:
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
-- http://gitref.org/
-- http://gitref.org/
阅读此内容:http://git.or.cz/course/svn.html
Read this: http://git.or.cz/course/svn.html
这可能已经被谷歌搜索到了。我想这就是为什么有人重复了这个问题。我用谷歌搜索“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.