Modify-stage-commit
Modifying existing file
git statusOn branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: hello.txt
no changes added to commit (use "git add" and/or "git commit -a")Staging the file(s)
git commit -m "hello modified"On branch master
Changes not staged for commit:
modified: hello.txt
no changes added to commitLast updated