guyzmo

Results 113 comments of guyzmo

Hi! Sorry for the delay to respond. Well, it looks like there's an API for that: * [github](https://developer.github.com/v3/repos/forks/) has it * [gitlab](https://docs.gitlab.com/ce/api/projects.html#list-forks-of-a-project) has it * even [bitbucket](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/forks) has it *...

to add the new feature in git-repo, here's the gist: ## Add the CLI option first you add [in the docstring for docopt](https://github.com/guyzmo/git-repo/blob/devel/git_repo/repo.py#L11) the commands you want to create, something...

it's pretty close to the implementation of #22

Hi Alex, thank you for your idea, and feel free to submit a patch… Otherwise I'll see what I can do (and when I can do).

(needs to have tests written)

Currently, the choice of using the repo slug as argument is deliberate (aka `/`), and there are several reasons for that: * it's to make the API simple and unified:...

hum… I think I closed it by mistake. Though I think this is only complicating the experience. The whole UX is centered around the remote git services and the project...

Hosting gitlab as a path [is discouraged and marked as experimental](https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-a-relative-url-for-gitlab) within gitlab documentation and setting up a rewrite rule towards a subdomain isn't really hard. The main reason this...

That would be a nice feature, I guess it could be part of the `list` command. At some point we could introduce an `info` command that gives a summary of...