Nava2 / cs9864-realtime-bluemix

Repository for CS 9864 project
1 stars 0 forks source link

Sybranch #42

Closed BobTheta closed 8 years ago

Nava2 commented 8 years ago

@BobTheta please address my comments before merging into master.

Nava2 commented 8 years ago

Please add manifest.yml files for your applications, otherwise, I cleaned up some little parts myself.

Nava2 commented 8 years ago

Also, since I screwed with your branch, you'll need to do the following if you have any changes you haven't committed:

  1. git stash -- stash your current changes
  2. git fetch origin
  3. git reset --hard origin/sybranch
  4. git stash pop

It should seem like you did nothing after running the commands.