我在git bash 中, 用git add .了整个文件夹的文件到暂存区,但是之后用git status后git bash显示, on branch master nothing to commit,working directory clean,
这个是为什么?
我在git bash 中, 用git add .了整个文件夹的文件到暂存区,但是之后用git status后git bash显示, on branch master nothing to commit,working directory clean,
这个是为什么?
5 回答3.1k 阅读
3 回答2.8k 阅读
1 回答1.5k 阅读✓ 已解决
2 回答704 阅读✓ 已解决
1 回答474 阅读
583 阅读
1 回答385 阅读
应该你没有生成本地版本啊 git add . 已经将代码放到暂存区了 你紧接着要创建本地版本。