Mislav Marohnić

Results 921 comments of Mislav Marohnić

Thanks for writing in! I'm leaning to having `hub pr checkout` always reset the branch to the current state of PR head branch, regardless of whether it was a fast-forward...

Hi, I'm back from vacation. 👋 Yes, hub is more feature-packed, but those features plus hub's compatibility with git (acting as a git wrapper) are hard to maintain. That's why...

> might hub become more platform-agnostic / vendor-agnostic to also work with, e.g., GitLab.com and/or Bitbucket.org @derrgill If I was making hub all over again, I would definitely make it...

Thank you for the feedback! I agree it's currently a mess how hub handles remotes, the detection of upstream repo, and related context. At least when it fails, it could...

Yes, that might be useful. Thanks for the suggestion! Also see #471

No news but this has been on my mind to improve the `clone` and `fork` set of commands in one go regarding their handling and naming of remotes. I will...

See https://github.com/github/hub/pull/1977

Good catch! Thank you for the report and for the workaround 👍

Sorry for the inconvenience! Workaround here https://github.com/github/hub/issues/2655#issuecomment-735836048

@caffinatedmonkey It depends on the installation method. Most people don't install using `gem install`, but with package managers such as Homebrew or manually by pulling the standalone script. Whatever the...