正确的方法是什么?
git add foo.js
git commit foo.js -m "commit"
git pull
git push
或者
git pull
git add foo.js
git commit foo.js -m "commit"
git push
或者
git add foo.js
git pull
git commit foo.js -m "commit"
git push
UPD:
我忘了提到,在这种情况下,我使用 git add
处理 追踪到了和 修改过的文件。不要将一个全新的文件包含到存储库中。这会改变命令的顺序吗?