Our knowledge base :)
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
To install git on Windows i’d recommend one of the two following options :
Git Desktop is a desktop software for git. It’s intuitive and easy to use.
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 > | |
---|---|