Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 427 Bytes

install-git.md

File metadata and controls

29 lines (17 loc) · 427 Bytes

How to Install Git

Mac OSX

It should came installed with the OS

To check it:

	> git --version
	git version 2.x.x ....

In case it is not installed:

Make sure that brew is installed and run:

brew install git

Now check that is there.

Windows

Use the default installer: [Here] (https://gitforwindows.org) or Here

It should also install