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

Sourcerer only check master branch

Open jbroque1 opened this issue 5 years ago • 6 comments

https://sourcerer.io/jonathan0_07 Data in my profile is not correct since sourcer only fetch commits from master branch

jbroque1 avatar Oct 30 '19 12:10 jbroque1

Maybe we can add a functionality to fetch branch based on the user input ?

jbroque1 avatar Oct 30 '19 12:10 jbroque1

Tried to hash local repo on "your" branch? Because looks for me like it takes default (mostly master) from github and active on local repos.

Rav3nPL avatar Jan 15 '20 20:01 Rav3nPL

Same, I work a lot on custom name, our "master" branch doesn't exist internally, we prefer "release". I work a lot on devel and other branch like feature-* or fix-* or JIRA-* so it'll be good to add all branch during scan

sycured avatar Mar 08 '20 16:03 sycured

You can change the default branch for the remote, just for a while. Something like git remote set-head origin <main-branch-name>. It works for me!

VictorGarritano avatar Mar 28 '20 16:03 VictorGarritano

You can change the default branch for the remote, just for a while. Something like git remote set-head origin <main-branch-name>. It works for me!

It's not a solution when you're working on a lot of repositories and branches… The best place is on this tool to implement that branch switching to analyze all branches

sycured avatar Mar 28 '20 16:03 sycured

Looks like duplicate of #140

AlexWayfer avatar Jul 22 '20 09:07 AlexWayfer