Git

깃(Git)과 깃허브(Github)의 차이

J520 2021. 11. 12. 11:20

깃(Git)과 깃허브(Github)의 차이


출처 :https://blog.devmountain.com/git-vs-github-whats-the-difference/

Git

버전 관리 시스템(Version Control Systems)

- Git은 소스 코드를 관리하고 히스토리를 추적할 수 있는 시스템으로, 로컬에서 소스 코드의 버전 관리 시 사용
- 중앙 집중식 서버를 가질 필요 없이, 로컬의 소스코드 자체를 repository 시스템으로 구성 가능
=> 분산 버전 관리 시스템(Distributed Version Control Systems)

Github

웹 기반 Git repository 클라우드 호스팅 서비스

- Github는 Git repository를 호스팅하는 서비스로,
Git 기능 + Git repository 관리 기능을 제공하며 다른 사람들과 협업 및 공유하기 용이함


[참고]

https://blog.devmountain.com/git-vs-github-whats-the-difference/

Git vs. GitHub: What’s the Difference?

Git vs. GitHub: They may have similar-sounding names but are they different? Find out what the differences are between Git and GitHub.

blog.devmountain.com

https://stackoverflow.com/questions/13321556/difference-between-git-and-github

Difference between Git and 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 G...

stackoverflow.com

https://ko.wikipedia.org/wiki/%EB%B6%84%EC%82%B0_%EB%B2%84%EC%A0%84_%EA%B4%80%EB%A6%AC

분산 버전 관리 - 위키백과, 우리 모두의 백과사전

분산 버전 관리(Distributed revision control, 또는 Distributed Version Control (Systems) (DVCS), 또는 Decentralized Version Control (Systems))는 소프트웨어 버전 관리를 위한 시스템이다. 이 시스템은 각 개발자가 중앙 서

ko.wikipedia.org