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.
重複の可能性: Gitコミット範囲の「..」と「…」の違いは何ですか?
さまざまなチュートリアルで、コミット範囲の2つの異なる構文を確認します。
git log A..B git log A...B
両方の違いは何ですか?
1 つ目は、B までのすべてのコミットを含め、A までを含むすべてを除外します。範囲git help revisionsの指定のセクションを参照してください。
git help revisions
ああ。
Git コミット範囲のダブルドット ".." とトリプルドット "..." の違いは何ですか? .
なぜ私のさまざまな検索で表示されなかったのかは謎のままです.