Staging Areas - Intro to Git part 3
What are staging areas? When you run git status after modifying some files, you’ll see something like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 On branch master Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: file1.txt modified: file8.txt Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>....