Private-Repository for storing the AIM article related codes and notebooks
To upload the code/notebooks follow the following steps.
- git pull
this repository nameinside a new folder - use this folder for pushing
code to this repository - after adding new .py/.ipynb files in the
new folder - git add
your new file name, i.e. my-python-script.py/my-notebook.ipynb - git commit -m
"a custom message here" - git push origin
main