Adding this to git configuration ```toml [stgit.alias] show-stat = git-utils stg-showstat ``` Will result in: ```bash $ stg show <patch-name> Error: Ambiguous command: show Candidates are: show, show-stat ```