Versionning
Git
Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in software development, but it can be used to keep track of changes in any set of files. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.Official download git-scm.com
Git installation
To manually install git, you can download Git for Windows Portable ("thumbdrive edition").Then extract it where you want to store it, for exemple C:\dev\git which mean git.exe should be in C:\dev\git\bin\git.exe.
Git configuration
Github
Github authentication
- Autentication tokens can be created on github.com tokens
- Autentication can be made using login/password but it is less securised and get less autentication levels
Gitlab
Gitlab plugin
Gitlab authentication
- Autentication tokens can be created on gitlab.com tokens
- Autentication can be made using login/password but it is less securised and get less autentication levels