In this video, i am going to show you how to use Git and GitHub, two of the most popular source control systems out there.
Install Git on windows :
Step 1: Download 32 bit or 64 bit pkg as per your system : https://git-scm.com/download/win
Step 2: Run the Downloaded file and complete installation on your computer
Step 3: Open Terminal or Command Prompt and type : git --version
Output would be like : git version 2.37.1
Install Git on Mac OS
Using Homebrew
Step 1. brew install git
Step 2. git --version
Adding SSH Keys to Github account for git and Github linking
Windows :
https://docs.github.com/en/authentica...
Mac:
https://docs.github.com/en/authentica...
Git and GitHub are used by software developers to manage their code and make revisions to it easily. In this beginners video, i'll show you how to use them to manage your code. We'll also give you a few tips on how to use Git and GitHub to improve your productivity as a software developer. So if you're new to Git and GitHub, or just want to learn more about them, this video is for you!