Difference between revisions of "Git"
Jump to navigation
Jump to search
(Created page with "==Using Git to contribute to BaseX ==") |
|||
| Line 1: | Line 1: | ||
==Using Git to contribute to BaseX == | ==Using Git to contribute to BaseX == | ||
| + | |||
| + | The team uses git and [https://github.com/BaseXdb/BaseX GitHub] to manage the source code. | ||
| + | |||
| + | ==Using Git & Eclipse == | ||
| + | |||
| + | # (Optional) Head over to [https://github.com/BaseXdb/BaseX GitHub] and create an account | ||
| + | # Make yourself familiar with git, there are several tutorials around the web | ||
| + | # Install egit (Eclipse: Help > Marketplace > Search for ''egit'' '''or''' get it from [http://www.eclipse.org/egit/ here]) | ||
| + | # Open Eclipse | ||
Revision as of 17:55, 17 February 2011
Using Git to contribute to BaseX
The team uses git and GitHub to manage the source code.