Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 182 Bytes

File metadata and controls

7 lines (4 loc) · 182 Bytes

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>