basic command stage specific (modified) file: git add <fileName> stage all (modified) files but add no new files: git add -u unstage: git restore --staged <fileName>