mindlesscloud opened a new pull request, #2187: URL: https://github.com/apache/incubator-devlake/pull/2187
# Summary fix #2186 [Bug] [gitextractor] gitextractor does not collect remote branches. The method `func (v *Reference) IsBranch() bool` would return `true` only if the branch is a local one. To fix it, we brought in another method `func (v *Reference) IsRemote() bool`, as the name indicated, it tells us whether the branch is remote ### Does this close any open issues? close #2186 ### Screenshots  ### Other Information Any other information that is important to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
