On Sun, Nov 10, 2024, at 08:55, Martin Imre wrote: > Also, out of curiosity, how do they achieve their binaries to be > called as git commands, ie, why can I call the binary `git-fixup` via > `git fixup`? They don’t do anything special. Any script or binary that you define yourself will be treated the same. `git` takes care of it.