Arianne Source Code Repositories: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann No edit summary |
||
| (61 intermediate revisions by 4 users not shown) | |||
Line 1:
The Arianne project currently uses
== Projects
'''Stendhal'''
: read-only access:
: read/write access for developers: ssh://git@codeberg.org/arianne/stendhal.git
: Web-based repository viewer: https://codeberg.org/arianne/stendhal
'''Marboard'''▼
'''Marauroa'''
: read-only access: https://codeberg.org/arianne/marauroa.git
: read/write access for developers: ssh://git@codeberg.org/arianne/marauroa.git
: Web-based repository viewer: https://codeberg.org/arianne/marauroa
▲'''Marboard'''
▲: read-only access: git://arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
: read
: read/write access for developers: ssh://USERNAME@git.code.sf.net/p/arianne/marboard
: Web-based repository viewer: https://sourceforge.net/p/arianne/marboard/ci/master/tree/
== Example .git/config for developers ==
'''Note:''' Do not put project specific settings into your .gitconfig file in your home folder but use the config file in the .git folder of the individual projects for those.
<pre>
[core]
Line 29 ⟶ 31:
logallrefupdates = true
autocrlf = false
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "origin"]
url = ssh://
fetch = +refs/heads/*:refs/remotes/origin/*
[user]
name =
email =
</pre>
[http://wiki.eclipse.org/EGit/User_Guide Eclipse Git User Guide]
[[Category:Marauroa]]
[[Category:Marboard]]
[[Category:Stendhal]]
| |||