Skip to content

git-gitlab-push: Add the ability to set an upstream topic branch

Add the ability to git-gitlab-push to set the upstream branch for the topic branch. This will make it easier for users to determine if they have local changes (git status will report the remote is behind N commits).

Added a --no-upstream flag to turn off this behavior.

Edited by Kenneth Moreland

Merge request reports