Git

Git

Git

How to install Git on Windows

1: Download Git.

Website: https://git-scm.com/downloads/win

How to install Git on Windows 1

2: Install Git.

How to install Git on Windows 2

3: Sign up for a GitHub account.

Website: https://github.com/

4: Connect Git with GitHub.

Command: git config –global user.name “walikhankakaro”

Note: walikhankakaro is my GitHub username.

How to install Git on Windows 3

5: Connect your GitHub Gmail with Git.

Command: git config –global user.email kakarwalikhan313@gmail.com

Note: kakarwalikhan313@gmail.com is my GitHub Gmail.

How to install Git on Windows 4

6: Check the configuration list.

Command: git config –list

How to install Git on Windows 5

GitHub

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top