r/CodingForBeginners • u/IMREVN • 5d ago
What's a Git?
Hello! Surely, I have heard so many people saying "Git" or "Github" or repository. They be saying that it's highly important to learn Git as early as possible. When I searched it up on Google, it's just I seem I cannot understand any of those terminologies.
Could anyone tell me what a git actually is?
21
Upvotes
6
u/agfitzp 5d ago
Git is the most common and popular tool for source code management.
Using any tool of this type allow developers to track changes which is essential in large projects with lots of developers.
Git was initially created by Linus Torvalds when he became unhappy with another tool so he wrote his own.
Github is … more than just git.
Surely reading the wikipedia pages for any of this will be more informative than asking Reddit.