Inside the folder that you want to commit :
git init
git remote add origin https://github.com/Ankita-Das/
git add .
git commit -m "Initial commit"
git branch -M main
git pull --rebase origin main (for pulling whatever changes are already in there git repository, before pushing the commit)