gmc
Troubleshooting

Shell Alias Conflict

Fix shell aliases that shadow the gmc binary.

Some shell frameworks define gmc as a Git alias.

Symptom

Commands like gmc version run git merge --continue instead.

Check

type gmc

Fix

Add this after loading your shell framework:

unalias gmc 2>/dev/null

Bypass once

\gmc version
command gmc version

On this page