Git
Aus Orange Virus Wiki
== GIT - Fehlerbehebung ==
Fehlermeldung:
You asked to pull from URL but did not specify a branch.
Because this is not the default configured remote for your currant branch, you must specify a branch on the command line.
Lösung: Neue Version clonen - kopieren und ersetzen auf alte Version - im Git folgende Befehle ausführen: 'git remote update' und dann 'git pull origin master'
