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 commit -a -m
と
git commit -am
後者は、キーストロークが 2 回少なくて済みます。機能的には同等です。
パラメーターを必要としない単一ダッシュ引数を単一の引数に結合できるのは、かなり標準的な *NIX 規則です。
gitcli[コマンド ライン インターフェース] ヘルプ ページgit help cliおよびページでgit rev-parse --help説明されているように、それらを組み合わせることができます。
gitcli
git help cli
git rev-parse --help