/thesis

Primary LanguagePython

thesis

Getting Divya's Changes:

git pull

Adding any changes:

git status
git add .
git commit -m "whatever change you made"
git push