You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
原文
Every time you commit, or save the state of your project in Git, it basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot.
原文
This is an important distinction between Git and nearly all other VCSs.
It makes Git reconsider almost every aspect of version control that most other systems copied from the previous generation.
指摘箇所1
原文
Every time you commit, or save the state of your project in Git, it basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot.
現行訳
Gitで全てのコミット(訳注:commitとは変更を記録・保存するGitの操作。詳細は後の章を参照)をするとき、もしくはプロジェクトの状態を保存するとき、Gitは基本的に、その時の全てのファイルの状態のスナップショットを撮り(訳者注:意訳)、そのスナップショットへの参照を格納するのです。
指摘
試訳
Git におけるコミットは、プロジェクトの状態を保存するという操作です。これを行うと、ファイル一式がどのように見えているかをその時点ごとに保存します。これはまさに写真を撮るようなものであって、そのスナップショットを見ている状態を保存するものです。
補足説明
指摘箇所2
原文
This is an important distinction between Git and nearly all other VCSs.
It makes Git reconsider almost every aspect of version control that most other systems copied from the previous generation.
現行訳
これが、Gitと類似の全ての他のVCSとの間の重要な違いです。
ほとんどの他のシステムが以前の世代から真似してきた、ほとんど全てのバージョン管理のやり方(訳者注:aspectを意訳)を、Gitに見直させます。
指摘
試訳
この部分が、Git とそれ以外のほぼすべての VCS との決定的な違いです。
従来のシステムは前世代のシステムをコピーしてきているため、Git にとってはバージョン管理のあらゆる点を考え直すきっかけとなっています。
The text was updated successfully, but these errors were encountered: