Mislav Marohnić

Results 921 comments of Mislav Marohnić

What would be your proposed solution? I can't use OAuth for git stuff.

@Arinerron What exactly are you referring to, i.e. what is your need?

@samjohn Thanks for opening this! To clarify, is this request that hub adds functionality to rename the default branch in a specific repo? @archaeocharlie That's a good find, but I...

@DeuceTheCoder This is because git keeps a reference to the old default branch in your local clone. Update it by doing: ``` git remote set-head origin main ```

Thank you for reporting. > Fast forward a year, and people abandoned that fork, and someone pushed a new version to `newuser/foo`. I now write a patch locally. And then...

@purpleidea How GitHub decides that something is a fork is not internal. Forks are repositories that were either created by the “Fork” button or explicitly through the API (such as...

Closing because this is an edge case caused by the fact that `newuser/foo` is not a real GitHub fork of `userone/foo` and therefore opening pull requests between those repositories is...

> If a "fork" can only be created by using a GitHub specific API (the fork button or API equivalent) then it's an unfortunate proprietary add-on that doesn't make much...

@luke-jr I do not believe that this platform restriction will be lifted anytime in the foreseeable future. GitHub pull requests will have to be made from repositories that are explicitly...

> How about being able to have multiple "forks" in the same organisation with different names? I don't think that's possible either; sorry! I think that GitHub assumes that a...