github
What is github? It's referred to often but I have no idea what it is or how to use it.
Thanks
John
What is github? It's referred to often but I have no idea what it is or how to use it.
Thanks
John
Do you still have an unanswered question? Please log in first to post your question.
Comments
It basically is a web base code repository. All MuseScore code is there, and also the issue tracker
So, you'd the issue tracker there to report bugs once they are confirmed by other users in the forums to be actual bugs and ones not already reported. Also to search for existing reports. If you're a programmer, you can also browse the source code there, and that would be your starting point for volunteering to help with development.
The link is https://github.com/musescore/MuseScore
OMG Join the club.
GitHub is a web-based platform that provides hosting for various purposes such as software development, version control, and many others by using Git.
I have seen https://www.techgeekbuzz.com/blog/how-to-use-github-api-in-python/ where you can find details about GitHub and how it's working. For more information, you can visit the official site https://github.com/.
Thanks