Commit 97b3a7beacbda58876c185d6aa2b1b9c305fa6f6

Stefan Sperling 2019-07-09T12:26:24

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.