什么玩楞, git -commit 不是提交本地仓库???? 怎么 是提交到远程仓库 了
我也是愣了以下,git push 才是推到远程仓库
嗯,git add添加到暂存区,git commit 提交到本地仓库
git add .是添加, git commit -m 是添加