瞭解一個命令

要獲取有關任何 git 命令的更多資訊 - 即有關命令功能,可用選項和其他文件的詳細資訊 - 請使用 --help 選項或 help 命令。

例如,要獲取有關 git diff 命令的所有可用資訊,請使用:

git diff --help
git help diff

同樣,要獲取有關 status 命令的所有可用資訊,請使用:

git status --help
git help status

如果你只想快速幫助向你顯示最常用命令列標誌的含義,請使用 -h

git checkout -h