orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Git info: repo parser should not assume remote "origin" #234

Closed tjtelan closed 4 years ago

tjtelan commented 4 years ago

Out of convenience, when we are resolving the local git branch to remote info, we assume the remote name is origin. We shouldn't do that. We should identify the correct remote during local branch resolution.