Back to IssuesView on GitHub
#420
Moderate
[Feature Request] clone with --clean-bare option.
Summary
Implement a new `--clean-bare` option for the `ghq clone` command. This option should clone repositories in a way that mirrors the 'clean bare' repository structure described in the provided blog post, offering a more organized alternative to the standard `--bare` option.
Skills Required
GoGit internalsCommand-line interface designTesting