Benutzer-Werkzeuge

Webseiten-Werkzeuge


generalfeatures:versioncontrol

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
generalfeatures:versioncontrol [2017/02/21 14:25] – angelegt olivergeneralfeatures:versioncontrol [2017/03/10 17:24] (aktuell) oliver
Zeile 1: Zeile 1:
-The platform supports git version control of the project files. At the moment you have to use an external tool like the git "commandline tools" to create a new projects git repository or to clone an existing one, e.g. from github. If you open such a project it is show with a small blue cylinder that the files are under version control.+======Projects version control====== 
 +The platform supports git version control of the project files.  
 + 
 +A small blue cylinder shows you that the project files are under version control. Via the context menu of the project and its files you can execute git command, e.g. add, commit, etc. 
 + 
 +{{ :generalfeatures:project_git_changes_klein.png?800 |}} 
 + 
 +The blue color shows that the files are changed. You can push the changes to the repository executing the "push" action in the context menu. A dialog is opend and you can input your credentials for the repository. 
 + 
 +{{ :generalfeatures:project_git_push.png?800 |}} 
 + 
 +The color green indicates a file which is not added into the repository: 
 + 
 +{{ :generalfeatures:project_git_newfiles.png?800 |}} 
 + 
 +===== Creation of new repositories====== 
 + 
 +At the moment you have to use an external tool like the git "commandline tools" to create a new projects git repository or to clone an existing one, e.g. from github.  
 + 
 +For example, if you want to use the combined (HUX + ISB) upper limb model you can clone it from the github repository using the git command line tools: 
 + 
 +<code> 
 +git clone https://github.com/orat/UECombined.git 
 +</code> 
generalfeatures/versioncontrol.1487683545.txt.gz · Zuletzt geändert: 2017/02/21 14:25 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki