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
后者需要更少的两次击键。在功能上它们是等价的。
这是一个非常标准的 *NIX 约定,不需要任何参数的单破折号参数可以组合成单个参数
它们可以按照gitcli[命令行界面] 帮助页面git help cli和页面中git rev-parse --help的讨论进行组合
gitcli
git help cli
git rev-parse --help