Skip to content

en_win_git

mathildemerle edited this page Dec 13, 2019 · 3 revisions

Git for Windows

Description

Git for Windows is, as the name implies, the Git client.

Usage

As part of medInria Git for Windows allows versioning of the source code and perform exchanges with GitHub.

Related pages

Installation

Process

Run the Git for Windows installer.


Select your preferred editor for GIT to use, for example Notepad ++ if you already have it installed.


Select Git from the command line and also 3rd-party software and do not use Use Git from Git Bash only.


Select Use the native Windows Secure Channel Library.


Select Windows-style checkout, commit unix-style line endings.


It is strongly recommended to use the option Use Windows' default console windows, this presents a good integration with CMake and Visual Studio.


Finalization of the installation.

Warning

Bad options may make the source download embed in CMake and ultimately in Visual Studio inoperative.

Next installation

The next installation is Tortoise Git.
Tortoise