Commit Briefs


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.







Stefan Sperling

add 'got branch' command



Stefan Sperling

implement 'got init'




Stefan Sperling

document preconditions for 'got backout'


Stefan Sperling

add 'got backout' command