sourcerer-app icon indicating copy to clipboard operation
sourcerer-app copied to clipboard

Add support for branches other than master

Open osilla opened this issue 7 years ago • 4 comments

More than one user complained that they don't have master in their repos. We should support all branches that have a remote.

osilla avatar Dec 08 '17 21:12 osilla

App should use remote's default branch, but looks like it failing, e.g. https://github.com/CENDARI/atom

anatolystansler avatar Feb 13 '18 14:02 anatolystansler

@anatolystansler Any update on how to solve this issue? How I can change the default branch (master) to another branch?

burhanhelmy avatar Aug 14 '19 08:08 burhanhelmy

As a workaround, you can change the default branch for remote, using git remote set-head <remote> <main-branch-name>. Works like a charm

VictorGarritano avatar Mar 28 '20 16:03 VictorGarritano

I'm not interested in changing default branch. I have forks, and I create branches for PRs. But Sourcerer ignores these contributions.

AlexWayfer avatar Jul 22 '20 09:07 AlexWayfer