###Collaboration Instructions
-
Fork JST from here: https://github.com/davidmccoy/jst
-
Go to your JST fork
- copy your ssh key
$ git clone [email protected]:ghostropic/jst.git(creates the rails folder)- make sure you are outside of any other git repos
-
$ git remote -v(prints to terminal remote repos) -
$ git remote add upstream [email protected]:davidmccoy/jst.git
- this will make it so you can pull from GitHub
- just make sure you push your branch to origin your branch, and then send a pull request (similar to homework submission)
- don't push to upstream master