Commit Briefs

Stefan Sperling

fix wrong command listed in man page text


Stefan Sperling

man page wording tweak




Stefan Sperling

'got rm' -> 'got remove' in man page


Stefan Sperling

rebase man page tweaks





Stefan Sperling

man page wording fix


Stefan Sperling

initial 'got rebase' implementation




Stefan Sperling

require user to type full got command names or short aliases

The previous strncmp-based approach was problematic, e.g. "co" was treated as an alias for "commit", while most users will expect "co" to map to "checkout". Introduce explicit aliases and document them.