Skip to content

Option to push a new branch to a remote #5

Closed
@sminnee

Description

@sminnee

When you create a remote, it appears push the current branch to that remote. It would be nice if there was a way of pushing additional branches to the remote.

The command that I'm thinking of would be one of the form

git push (remote) (branch):(branch)

Perhaps the "push" menu can include local branches that don't exist on the given remote in the push menu, labelled appropriately? Something like:

  • Push
    • prod
    • master
    • Add '0.1' to 'prod'

Alternatively, we could have an extra level of menu items:

  • Push
    • prod
    • master
    • Add a branch
      • 0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions