ACMCMU / BoredPrototype

A not-so-boring school project. Original version: http://tinyurl.com/cmuboredcast ... See below for prototype.
http://teudu.herokuapp.com
5 stars 9 forks source link

Handling Code Reviews / Push Requests #45

Closed AveshCSingh closed 12 years ago

AveshCSingh commented 12 years ago

Prepare for incoming freshmen by setting up infrastructure to review code before it gets pushed to Master.

AveshCSingh commented 12 years ago

Here's the protocol:

New freshmen Fork the repo git clone git remote add upstream https://github.com/AveshCSingh/BoredPrototype.git

To update from ACMCMU/BoredPrototype: git pull upstream

To push into ACMCMU/BoredPrototype:Master: git push origin master