Git versioning software
Change branch to "develop": git checkout develop Add new file to branch: git add <file> ...
Create a new repository Create a new directory, open it and perform a git init to create a new...