Update git authored by Boman Romain's avatar Boman Romain
......@@ -2,6 +2,16 @@ Git is a "version control system". It is used by developers to keep track of the
Git is thus a **professional way to share code between developers**.
## Install git (macOS)
Open a terminal and type `git`. If git is not installed yet, the system will ask you if you want to install the developer tools.
```
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
```
Agree and proceed with the installation.
## Install git (Linux)
On the [CECI clusters](http://www.ceci-hpc.be/), a recent version of git is available as soon as your are connected to the master node.
On your own **Linux** PC, you can install git with the package manager. For example, with Ubuntu:
......
......