-
Notifications
You must be signed in to change notification settings - Fork 10
Synching
Paul edited this page May 3, 2013
·
2 revisions
--I DONT KNOW WHAT IM DOING BUT THIS SEEMS TO WORK. PLEASE ADD TO IF YOU KNOW MORE THAN I DO -Paul
- open
Git Repository Exploring
perspective
- expand top level of repository, then expand Branches, then expand Remote Tracking
- right click origin/master and select Merge
- hit OK
- make a change to the code in a file in the src directory
- right click on the highest level directory of the repository, and select
Commit Changes
to open the dialog box - type a commit message about your changes
- (optional) fill out the
Author
andCommitter
boxes with your name and email - select all the files you want to update on the server
- select
Push the changes to upstream
- hit
Commit
- hit
OK