Creates the folder structure for a docker environment based on the containers you want to use
**What** Run a command once the new users project is created to initialise an empty git repository **How** I'm not sure on what command in python can do this but there must be one **Where** Develop the existing method inside the `Project` class and test it by calling it in the `index.py` file (already there) **Why** No one has coding projects without a VCS, automate this process for the user to make their life easier **End Result** Git repo will be initialised for the users new project **Checklist** - [ ] Develop `init_git_repo` method - [ ] Update README to say we automate the git init process - [ ] Supply a message to the user saying we did this **Resources**
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by ebebbington and has received 0 comments.