User talk:Kymara: Difference between revisions

Content deleted Content added
imported>Kymara
imported>Kymara
Line 208:
== getting marauroa source from git ==
 
====Configuration====
 
* First you need to tell Git about yourself, click Preferences > Team > Git > Configuration
* Click New Entry and enter
: Key: user.name
: value: your sourceforge username, e.g. kymara
* Click New Entry again and enter
: Key: user.email
: value: your sourceforge email address, e.g. kymara@users.sourceforge.net
 
* This information is stored in ~/.gitconfig and will be used by Git to identify who did change the history of the repository whenever you are the user logged on to your computer.
 
* Now you can add the rest of the file as in the example. You'll see Configuration and the file location, click open and edit it directly in Eclipse.
 
====Get code====
* File> Import ... Git> Projects from Git
* Clone ... and add :
URI ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git
changing your username to your own
Return to the user page of "Kymara".