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 gmcFix
Add this after loading your shell framework:
unalias gmc 2>/dev/nullBypass once
\gmc version
command gmc version