User talk:Kymara: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
imported>Kymara
Line 208: Line 208:
== getting marauroa source from git ==
== getting marauroa source from git ==


Configuration
====Configuration====


* First you need to tell Git about yourself, click Preferences > Team > Git > Configuration
* First you need to tell Git about yourself, click Preferences > Team > Git > Configuration
* Click New Entry and enter
* Click New Entry and enter
:Key: user.name
Key: user.name
:value: your sourceforge username, e.g. kymara
value: your sourceforge username, e.g. kymara
* Click New Entry again and enter
* Click New Entry again and enter
:Key: user.email
Key: user.email
:value: your sourceforge email address, e.g. kymara@users.sourceforge.net
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.
* 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.
* 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