git rm -r --cached . git add . //add the changes git commit -m "changes" //commit changes and push git push origin master|main