Monday, August 13, 2018

How to set up Git

Git setup

Installation on windows machine

Download git form
http://git-scm.com/
and install on your windows machine

2) Run exe file and follow steps.

It will create folder og name git in programme files.

Setting up path variable in windows.
1)Right click on my computer
2)GO to properties
3)GO to advanced system settings
4)Go to Environment variables
5)Click on path variables and go to values
6)End of values append path of bin folder according to your computer
e.g.
C:\Program Files\Git\bin
7)Go to command prompt and run below command
C:\Users\Sagar>git --version
it will give you below output means you have successfully installed git
git version 2.6.2.windows.1

No comments:

Post a Comment

How to check whether operating system is 64 bit or 32bit?

What is 32 and 64 bit operating system? The terms 32-bit and 64-bit refer to the way a computer's processor that is CPU, handles info...