Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Publishing a new branch #844

Merged
merged 5 commits into from
Jul 2, 2018
Merged

Publishing a new branch #844

merged 5 commits into from
Jul 2, 2018

Conversation

StanleyGoldman
Copy link
Contributor

In addition to the problems mentioned in #839

  1. The trackingName field of GitBranch is used oddly. In some scenarios [None] was set in the field. I believe the field was previously used for user output.
  2. git branch -vv would output more than the tracking branch name. It also outputs the ahead/behind, and pruned status of the remote branch.

In order to fix these issues.

  1. trackingName field will be set to empty string if the branch does not track a remote.
  2. Fixed the output processor
  3. Updating the "Push" button to remain enabled if the branch is not tracking a remote

Fixes #839

@shana shana merged commit c52ba0a into master Jul 2, 2018
@shana shana deleted the fixes/publish-new-branch branch July 2, 2018 12:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Branch cannot push to origin
2 participants