Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.9 KB

File metadata and controls

39 lines (20 loc) · 1.9 KB

Mastering Git & Github

Git is a version-control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source-code management in software development, but it can be used to keep track of changes in any set of files.

Before you start

Important Notions

Branches

Cool tricks

Github Actions