Closed
Description
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
Labels
No labels