So I’ve been using V5 for only a bit and I need a way to share my code with other people besides downloading them and then other people having to download the file. I also looked into GitHub but I’m unsure of it, besides that is there any way to share the project? If possible a way to share or someone could give me a run down on Github if it is worth using.
I would definitely recommend using GitHub; it lets you do much more than just share your code. Git (what GitHub uses) is a version control system that allows you to keep track of different versions and iterations of your code, and GitHub, in addition to that, stores your code online so you can share it with other people, and it also acts as a backup for your code. To use GitHub, you can just look up a tutorial (you have to make an account though). I would recommend using GitHub Desktop as opposed to the website, as it makes committing and pulling code a lot easier.