Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 680 Bytes

Git and Github.md

File metadata and controls

14 lines (9 loc) · 680 Bytes
aliases tags
Git
tools

What is Git?

Git is a free and open source distributed version control system designed to develop projects with speed and efficiency. It is used by programmers to coordinate the collaborative work of writing source code during software development. Git allows you to have multiple local branches that can be absolutely independent of each other.

What is GitHub?

GitHub is a collaboration platform and useful version control tool. With GitHub, you can work together on projects from anywhere.

Youtube series Introduction to Git & Github by Daniel Shiffmann