To use:
- first activate python virtual enviroment with
source ./bin/activate
- code your work
- add to repository with
git add .
- commit to the repository
git commit -m (message of file added)
- push to repo
git push origin master
- deactivate virtual enviroment
deactivate