git add .
git commit -m "<commit message>"
git pushgit restore --staged <file>// To remove file locally
git rm <file>
// To keep file locally
git rm --cached <file>git rebase -i HEAD~4 // Edit (4) based on how many commits ago- Create a directory
.githubin root.