Arianne Source Code Repositories: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
minor typos and add links to the web based viewers
imported>Kymara
Line 23: Line 23:
: Web-based repository viewer: http://arianne.git.sourceforge.net
: Web-based repository viewer: http://arianne.git.sourceforge.net


== Example .git/config for developers ==
== Example .gitconfig for developers ==
<pre>
<pre>
[core]
[core]
Line 34: Line 34:
merge = refs/heads/master
merge = refs/heads/master
[remote "origin"]
[remote "origin"]
url = ssh://USENAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
url = ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/heads/*:refs/remotes/origin/*
[user]
[user]