这次提交会记进去几个文件
现在的状态是:
$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: calc.py
Untracked files:
(use "git add <file>..." to include in what will be committed)
notes.txt
现在的状态是:
$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: calc.py
Untracked files:
(use "git add <file>..." to include in what will be committed)
notes.txt
全部评论