加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
LIENCE.txt 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
在readme.txt修改后,增加一个新文件,即本文件LIENCE.txt,执行git status,git add readme.txt LIENCE.txt ,git status
$ git status
On 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: readme.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
LIENCE.txt
no changes added to commit (use "git add" and/or "git commit -a")
lcy@lcy-pc MINGW64 /d/only_test_git (master)
$ git add readme.txt LIENCE.txt
lcy@lcy-pc MINGW64 /d/only_test_git (master)
$ git commit -m "测试git暂存区(stage)是怎么工作的"
[master 81b58e7] 测试git暂存区(stage)是怎么工作的
2 files changed, 3 insertions(+)
create mode 100644 LIENCE.txt
lcy@lcy-pc MINGW64 /d/only_test_git (master)
$ git status
On branch master
nothing to commit, working tree clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化