MegaScratchUserscript / Mega-Scratch-Userscript

A mega userscript for Scratch containing a lot of useful features (eventually, hopefully...)
http://scratch.mit.edu/discuss/topic/57450/
Apache License 2.0
18 stars 6 forks source link

How do we update MSU? #16

Closed bates64 closed 9 years ago

bates64 commented 9 years ago

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

maxamillion40 commented 9 years ago

You just create pull requests adding new features or just fixing bugs!

MegaApuTurkUltra commented 9 years ago

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.

MegaApuTurkUltra commented 9 years ago

Closing this. If you still have questions you may re-open.