Modify-direct commit
Modifying and commit directly
git statusOn branch master
nothing to commit, working tree cleanModify the file(s)
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.txtLet us add and commit in one command
git commit -am "hello modified again"[master c7d349f] hello modified again
1 file changed, 1 insertion(+), 1 deletion(-)Last updated