Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.49k stars 110 forks source link

When doing git push, the upstream is automatically prefixed "branch." #649

Open mathwo opened 11 months ago

mathwo commented 11 months ago

For example, the branch is named as "feature/what-new-feature-added", when clicking push button to do git push, it asks if need set upstream, but always add "branch." prefix to the branch to be like "branch.feature/what-new-feature-added", and I cannot find configuration to disable this.

Thanks!