第一次提交会带上几个文件
一个刚 git init 的新仓库,加了说明文件之后:
$ git add README.md
$ git status
On branch main
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: README.md
一个刚 git init 的新仓库,加了说明文件之后:
$ git add README.md
$ git status
On branch main
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: README.md
全部评论