Mislav Marohnić

Results 921 comments of Mislav Marohnić

> I like @mgedmin's suggestion because it will allow users to use the default pull request message if they so choose, which matches the current behavior, rather than forcing them...

> Since the snap is no longer recommended, it might make sense to simply combine the Debian and Ubuntu instructions, since Ubuntu is a Debian derivative anyway, it's already available...

Great idea, but the GitHub API doesn't support repo templates yet, and until it does, there's nothing that we can do from hub. Closing to keep the issue backlog clean.

Will reopen as this will likely be re-requested more and people need to understand that we are unable to implement this right now, but that we might be in the...

This API is now available under preview: https://developer.github.com/v3/repos/#create-repository-using-a-repository-template However, it doesn't fit into how `hub create` is currently designed: * The `create` command is meant to be used within an...

An example of a manual approach for generating repositories from templates using `hub api`: https://github.com/mislav/hub-api-utils/blob/master/bin/hub-create-from-template

This is unfortunate. What I need to do is save your username so you don't have to keep re-entering it. I don't think we need a specific command to configure...

You can drop something like this in `~/.config/hub`: ``` --- github.com: - user: mislav ```

I think we want the command to be called `hub auth` and have several subcomands, like `login`, `whoami` and possibly `config` to see per-host hub configuration. By default you will...

@greg-1-anderson For sure; hub won't change the way it handles GITHUB_TOKEN. It's still the preferred way for scripts. But for interactive use, it will be easier to set up a...