Skip to content

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

Getting the latest version of the repository (IMPORTANT)

  1. 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

Making Changes

  1. 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 and Committer 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
Clone this wiki locally