Back

Explore Courses Blog Tutorials Interview Questions
+7 votes
2 views
in DevOps and Agile by (29.3k points)
edited by

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?

1 Answer

+9 votes
by (19.4k points)

Git is a version 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.

Related questions

Browse Categories

...