我的是脏的
HLY@LAPTOP-6FRC4KPN MINGW64 ~/Desktop/demon02 (master)
$ git add text.txt
warning: LF will be replaced by CRLF in text.txt.
The file will have its original line endings in your working directory
HLY@LAPTOP-6FRC4KPN MINGW64 ~/Desktop/demon02 (master)
$ git commit -m "repo4 first commit "
[master (root-commit) 7584903] repo4 first commit
1 file changed, 2 insertions(+)
create mode 100644 text.txt
HLY@LAPTOP-6FRC4KPN MINGW64 ~/Desktop/demon02 (master)
$ git status
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
test.tet
nothing added to commit but untracked files present (use "git add" to track)