Versionsverwaltung (VCS) unter Windows: Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:


[https://git-scm.com/download/win https://git-scm.com/download/win]
[https://git-scm.com/download/win 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:
<pre>
git config --global core.editor "'C:\PrgTools\bin\PortableApps\PortableApps\Notepad++Portable\Notepad++Portable.exe' -multiInst -nosession"
</pre>


== Subversion ==
== Subversion ==

Version vom 26. Februar 2018, 12:44 Uhr

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"

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):

SetupTortoiseSVN.jpg


Zurück zu Windows