defunkt / github-gem

`github` command line helper for simplifying your GitHub experience.

Home Page:http://github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`github browse` fails with "git flow"

phstc opened this issue · comments

I'm using git flow, which creates nested branches: "feature/MY-FEATURE"

~/workspace/project(feature/MY-FEATURE) gh browse

Using nested branches gh opens "https://github.com/feature/project/tree/MY-FEATURE" instead of "https://github.com/phstc/project/tree/feature/MY-FEATURE"

👍 also using git flow... but I think this gem has been superseded by the hub project. I am a little confused about the relationship between the two though, especially as they are both @defunkt projects (well hub started out as a defunkt project anyways). This one hasn't been updated since 2012, so I'm assuming it is dead. I use hub now.