sourcerer-io / sourcerer-app

🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
https://sourcerer.io/start
MIT License
6.73k stars 281 forks source link

Sourcerer only check master branch #553

Open jbroque1 opened 4 years ago

jbroque1 commented 4 years ago

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

jbroque1 commented 4 years ago

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

Rav3nPL commented 4 years ago

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.

sycured commented 4 years ago

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

VictorGarritano commented 4 years ago

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!

sycured commented 4 years ago

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

AlexWayfer commented 3 years ago

Looks like duplicate of #140