update git install instructions authored by Boman Romain's avatar Boman Romain
Website: https://git-scm.com/
# Install git
If you work on windows, git should be installed.
## Download
Download the latest version of git from the website: https://git-scm.com/
## Install
Double-click on the installer, then follow the instructions. Choose the default options except for the default editor which is configured for "vim".
![](install_git_editor.png)
Choose one editor that you know well instead of vim (unless you want to learn vim).
## Configure SSH keys
From this moment, you can use "git" by right-clicking on a folder in the windows explorer and by running "git bash here". Git is also available in any command line window (Run "cmd")
See also:
* https://tortoisegit.org/
......
......