defunkt/github-gem

Cannot use `github browse` when 'origin' has been renamed

Opened this issue · 1 comments

I have a repo and I've renamed the 'origin' branch to 'github', so using

github browse

returns

Error: missing remote 'origin'

It'd be great if it were possible to specify the remote you want to browse.

It turns out you can:

$ git config github.origin $new_origin_remote_name

However this still needs to be documented.