Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
development [2013-06-17 16:10] – [Commandline / Git] wikiadmindevelopment [2013-10-27 14:16] – [Git] nkukard
Line 3: Line 3:
 As this project is opensource and released under the GNU General Public License v3+, the sourcecode is freely available under that license. As this project is opensource and released under the GNU General Public License v3+, the sourcecode is freely available under that license.
  
 +<html><script type="text/javascript" src="http://www.ohloh.net/p/642240/widgets/project_languages.js"></script></html>
 ===== Web Interface ===== ===== Web Interface =====
 There is a web interface to the repository to browse the sourcecode... There is a web interface to the repository to browse the sourcecode...
 http://devlabs.linuxassist.net/projects/opentrafficshaper/repository http://devlabs.linuxassist.net/projects/opentrafficshaper/repository
  
-===== Commandline / Git =====+===== Git =====
  
 Information on checking out the sourcecode using Git can be found below. Information on checking out the sourcecode using Git can be found below.
  
-GIT 1.7.3+ required. +Anonymous Read-Only:
- +
-GIT Read-Only+
-<code> +
-git checkout git://git.devlabs.linuxassist.net/opentrafficshaper +
-</code> +
- +
-GIT+SSH Read/Write for developers:+
 <code> <code>
-git checkout ssh://git@git.devlabs.linuxaissst.net/opentrafficshaper+git clone https://gitlab.devlabs.linuxassist.net/opentrafficshaper/opentrafficshaper.git
 </code> </code>
  
 +Contributing Code Guidelines:
 +[[http://gitlab.devlabs.linuxassist.net/allworldit/allworldit/blob/master/Using%20GitLab.md|Using GitLab]]
 +[[https://gitlab.devlabs.linuxassist.net/allworldit/allworldit/blob/master/Submission%20Policy.md|Code Submission Policy]]