TBD
python>=3.6?
#TBD
Terminal
/ console
in VScode)git clone https://github.com/Xemin0/NeuroAIProj_Abstract.git
git checkout -b <your branch name>
# Track all files
git add -A
# Take a snapshot of these files and add a comment
git commit -m 'update: <your comment on this upload here>'
# Push the changes to the remote repo
git push origin <your branch name>