Doğru yol nedir?
git add foo.js
git commit foo.js -m "commit"
git pull
git push
Veya
git pull
git add foo.js
git commit foo.js -m "commit"
git push
Veya
git add foo.js
git pull
git commit foo.js -m "commit"
git push
UPD:
Bu durumda izlenen ve değiştirilen bir dosyayı hazırlamak git addiçin kullandığımı söylemeyi unuttum . Depoya yeni bir dosya dahil etmemek. Bu bir komut sırasını değiştiriyor mu?