Fork the repo
git clone https://github.com/<your_username>/chatbot.git
cd smoolah
git checkout -b <branchName>
git add <file>
git commit -m <message>
git push -u origin <branchName>
Go to github to merge and commit the changes
git switch main
git fetch
git pull