This repo is the basics of python and documentation regarding this
Things we did
- used 'git init' to intialize the git file
- created and used .gitignore to specify which files we do not want to be tracked
- 'git add .'' to track the folder and files
- 'git commit -m 'message''
- 'git status' to check what is being tracked and the status of what is being tracked
Things in python
- We learnt how to run a file.
- In tab the red name means the file is not being tracked in git, while the blue tab name means it is tracked in git.