Difference between revisions of "Git"

From BaseX Documentation
Jump to navigation Jump to search
Line 10: Line 10:
 
# Open Eclipse
 
# Open Eclipse
  
[[File:Git01.png|thumb]]
+
=== Visual Quick Guide ===
[[File:Git02.png|thumb]]
+
<div class="subcolumns">
 +
<div class="c50l">
 +
[[File:Git01.png|thumb]] In the '''Package Explorer''' to the left use right-click and choose Import...
 +
 
 +
</div>
 +
<div class="c50r">
 +
[[File:Git02.png|thumb]] Select "Projects from Git" and click Next >
 +
</div>
 +
</div>
 
[[File:Git03.png|thumb]]
 
[[File:Git03.png|thumb]]
 
[[File:Git04.png|thumb]]
 
[[File:Git04.png|thumb]]

Revision as of 17:28, 17 February 2011

Using Git to contribute to BaseX

The team uses git and GitHub to manage the source code.

Using Git & Eclipse

  1. (Optional) Head over to GitHub and create an account
  2. Make yourself familiar with git, there are several tutorials around the web
  3. Install egit (Eclipse: Help > Marketplace > Search for egit or get it from here)
  4. Open Eclipse

Visual Quick Guide

Git01.png
In the Package Explorer to the left use right-click and choose Import...
Git02.png
Select "Projects from Git" and click Next >
Git03.png
Git04.png
Git05.png
Git06.png
Git07.png
Git08.png
Git09.png
Git10.png