Closed bates64 closed 9 years ago
You just create pull requests adding new features or just fixing bugs!
What do you mean? If you want to add features, you can
1.) git pull origin master
- make sure your local copy is up to date
2.) Make your changes
3.) git add . & git commit -a -m "your commit message" & git push origin master
- I don't believe leaving commits without pushing them is that good of an idea for smaller projects, although it works on larger ones.
If you want a dev version on your browser to test, just drag your local msu-base.user.js
into your browser and install it.
If you want the production version, click the link on the MSU website. Currently, this version of MSU is not production ready. Once we sort some bugs out and add @NickyNouse's scripts, we can release a new version.
Closing this. If you still have questions you may re-open.
It'd be great to know how I can package up this version of MSU (or is there a dev version?). How (or who) can I do this? Sorry if this is something with Github, I've never really used it before :P