How to install Git Bash on windows
What you will learn here about git
- How to install git bash on windows
- How to link git bash to GitHub
How to install Git Bash on windows
Please follow the following steps to know h1
1)Please visit the following link to download the git bash
Download git bash for windows
2)Please click on windows to download the git bash which is shown below
3)After the Successfull download please double click on download .exe file
4)If it is asking for Application installation permission then please click on Yes or Run
5)Please click on Next which is Shown below
6)Please click on Next which is Shown below
7)Please click on Next which is Shown below
8)Please click on Next which is Shown below
9)Please click on Next which is Shown below
10)Please click on Next which is Shown below
11)Please click on Next which is Shown below
12)Please click on Next which is Shown below
13)Please click on Next which is Shown below
14)Please click on Next which is Shown below
15)Please click on Next which is Shown below
16)Please click on Next which is Shown below
17)Please click on Next which is Shown below
18)Now please click on install to Install the git bash which is shown below
19)After installation please click on Finish
How to link git bash to github
Please follow the following steps to know how to link git bash to github
1)Assuming you have GitHub account and you also verified your email address
2)Now open Git Bash which is shown below
Go to any folder -> right click -> click on Git Bash Here
3)Now please execute following command to add your GitHub account email address which is shown below
git config --global user.email "Your github account Email address"
3)Now please execute following command to add your GitHub account user name which is shown below
git config --global user.name "Your github account user name"
4)Now execute git push command which is shown below
5)After executing git push command one pop up will appear on your screen for your GitHub account verification. Please click on verify to verify account.
6)Now please enter your github username and password which is shown below
7)Now please click on Authorize GitCredentialManager which is shown below
8)If you see Authentication Succeeded means Your GitBash successfully linked to your GitHub account. which is shown below