Python program used to set up a local repository and link to a remote repository.
Creates the following files and directories:
- README.md
- .gitignore
- main.py (optional)
- .build/
- doc/
- src/
- test/
- Create a directory to store your local repository
- Create an empty remote repository on GitHub
- Enter the path to the directory and the https URL into the entry boxes
- Press 'Setup'
- The directory will now look like this
- If the option 'Create main.py' is selected, the following code will be in the directory
src