Skip to content

Quaker762/Escape

Repository files navigation

Escape!

Building

Building is straight forward. Open up the project in Eclipse Neon and hit launch.

Submitting changes

To submit changes, you must first do the following:

  1. Stash any changes and type git checkout master
  2. Type git branch branchname, where branchname is the name of your branch
  3. Create any changes, i.e new classes, functions.
  4. git add all of the files you want added to the commit.
  5. Run git commit and enter your commit message (Title first line, two newline characters then the description)
  6. Run git push -u origin branchname where branchname is the name of the branch you want to push to.
  7. Open a pull request on your github. Here we can review and make necessary changes before it is accepted into the master branch.

Keeping your fork up to date

Firstly, you want to add an upstream remote by typing _git remote add upstream https://www.github.com/Palm-Studios2/Escape.git This only needs to be performed ONCE!

  1. Run git checkout master
  2. Now, run git fetch --all
  3. Finally, run git pull upstream/master to fetch from the master branch.

You can now create new branches. Old branches don't need to be updated (for the most part), to a. avoid conflicts and b. because they will be pulled into master.

About

ISYS1118 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages