Git和GitHub之间的区别 [英] Difference between Git and GitHub

查看:100
本文介绍了Git和GitHub之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近使用Eclipse为Git添加了一个新项目,但没有看到该项目出现在我的GitHub帐户中。



为什么他们拥有相同的帐户信息和不同的存储库?



是不是Git和GitHub是同一件事?

解决方案
是一个版本控制系统,是管理您的源代码历史记录的工具。 是Git仓库的托管服务。



所以它们不是一回事: Git 工具 GitHub 是使用Git的项目的服务。



要将代码传递给GitHub,看看这里


I have recently added a new project to Git using Eclipse, but do not see the project appear in my GitHub account.

Why do they have the same account information and different repositories?

Isn't Git and GitHub the same thing?

解决方案

Git is a revision control system, a tool to manage your source code history.

GitHub is a hosting service for Git repositories.

So they are not the same thing: Git is the tool, GitHub is the service for projects that use Git.

To get your code to GitHub, have a look here.

这篇关于Git和GitHub之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆