Sign Up For Web Hosting Now!
GIT Services
No.1 CMS Host!
  • CMS-optimized servers
  • FREE CMS installation
  • FREE CMS templates
  • Free Domain name
  • Unlimited space
  • Unlimited traffic
  • Immediate activation
Buy web hosting
Sign up now Learn more
Facebook Twitter Plusone

GIT Tutorial: Installation

How to install GIT on Linux, Windows or Mac

On Linux you can compile the system from source or use commands like the following ones:

apt-get git-core

or

yum install git-core

It depends on your distribution.

On Windows the installation is even simpler. You should download the exe file, run it and follow the on-screen instructions. Then you will run GIT through the Windows command line.

The easiest way to install GIT on Mac OS is to use the MacPorts software ( http://www.macports.org) and to run the following command:

sudo port install git-core

Previous Next
(c) Copyright 2004-2013 SiteGround. All rights reserved