How To Open Source Code In Github
Open Source is a term indicating the source code of a program is made publicly available. This allows users to modify and redistribute that software. Making your Git repo open source requires several steps, including deleting all of the source code from it and creating another repository with it. Here’s how to make that happen….