📄️ Git
Git is a Distributed Version Control System for saving different file versions, wherein any version is retrievable at will.
📄️ Git Branch
Git branch allows you to try new experiments on a secondary line of development without affecting your main work.
📄️ Git Fetch
Git fetching is mainly about getting files, commits, and refs from a project's remote repository to the local repo you are working on.
📄️ GitHub
GitHub is an online platform for hosting Git repositories. It helps you create an avenue to collaborate easily on projects with anyone.