Knowledge

Our knowledge base :)


Project maintained by teamfcm Hosted on GitHub Pages — Theme by mattgraham

Home - Git

How to install Git ?

Linux

For most Linux distribs you can simply use your packet manager to get git on your system (apt-get, yum, pacman, yaourt…) :

# Try this command on your system to check if git is installed correctly.
git --version

Windows

To install git on Windows i’d recommend one of the two following options :

Git Desktop

Website

Git Desktop is a desktop software for git. It’s intuitive and easy to use.

Git Bash

Website

Git Bash is a very useful tool to have on your windows computer as a developer. Basically it will allow you to use git though a bash-compliant command prompt.

  How to create a new git repository >