Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、ファイルindex.htmlがあり、いくつかの行を変更して実行するとしgit add index.htmlます。次に、 index.htmlを再度変更しますが、段階的な変更は行いません。そして、しgit commitなさいgit push。最後の変更はcommit/に適用されpushますか?
git add index.html
git commit
git push
commit
push