Versionsverwaltung (VCS) unter Windows
Git
Download
https://git-scm.com/download/win
Konfiguration
Standard Editor ändern
Um den Standardeditor auf Notepad++ zu ändern einfach Git CMD starten und folgenden Befehl (Pfad ändern) ausführen:
git config --global core.editor "'C:\PrgTools\bin\PortableApps\PortableApps\Notepad++Portable\Notepad++Portable.exe' -multiInst -nosession"
Links
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
Subversion
TortoiseSVN
Download
https://tortoisesvn.net/downloads.html
Installation
Während der Installation müssen aich die command line client tools ausgewählt werden (werden standardmäßig nicht installiert):
Zurück zu Windows