Closed BobTheta closed 8 years ago
Please add manifest.yml
files for your applications, otherwise, I cleaned up some little parts myself.
Also, since I screwed with your branch, you'll need to do the following if you have any changes you haven't committed:
git stash
-- stash your current changesgit fetch origin
git reset --hard origin/sybranch
git stash pop
It should seem like you did nothing after running the commands.
@BobTheta please address my comments before merging into master.