Checking out
- Right click on "Package Explorer" view
- Select "Import"
- Type "Git" in the search text box
- Select "Projects from Git"
- Click "Next"
- Select "URI"
- Paste your git repository in the URI text box
- Verify everything is correct click "Next"
- Select the branch you want to check out and click "Next"
- Verify the local destination is correct and click "Next"
- Wait a minute as it download the project
- Select "Import existing projects"
- Click "Next"
- Click "Finish" and voila, the project is in our workspace!
Checking in
- Right click on the project
- Select "Team"
- Select "Synchronize with workspace"
- Select "Yes" if asked to open the Synchronized view
- In this page, you can see what has been change. Verify the changes are correct.
- Right click on the project
- Select "Commit"
- Enter a commit message
- Click "Commit"
- Return to the "Package Explorer" view
- Select "Team"
- Select "Push to Upstream"
- Click "OK" when shown what has been committed
Note1: Will update with pictures once I figure out where the picture editor the a Mac is.
Note2: I'm currently using the command line to do all the check in check out. But I thought this might be useful for someone who's familiar with Eclipse and is uncomfortable with the command line like I was a few weeks back.
0 comments:
Post a Comment