Difference between revisions of "Git"
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 18:28, 17 February 2011
Using Git to contribute to BaseX
The team uses git and GitHub to manage the source code.
Using Git & Eclipse
- (Optional) Head over to 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 here)
- Open Eclipse