sourcerer-app
sourcerer-app copied to clipboard
Sourcerer only check master branch
https://sourcerer.io/jonathan0_07 Data in my profile is not correct since sourcer only fetch commits from master branch
Maybe we can add a functionality to fetch branch based on the user input ?
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.
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
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!
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
Looks like duplicate of #140