User talk:Kymara: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
imported>Kymara
Line 205: Line 205:
* Click Next > and follow through clicking Next > until finished.
* Click Next > and follow through clicking Next > until finished.
* Restart Eclipse when prompted
* Restart Eclipse when prompted

== 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.