When I create a new local branch and want to push it up to a repo, is there a 
shortcut to default the branch name to the remote name plus the local branch 
name?

In other words, if I have a local branch:

feature/F-123/add-foo-to-bar

and I want to push that to origin, I currently have to type/autocomplete:

origin/feature/F-123/add-foo-to-bar

Is there a way when I set the upstream branch to make it simply default to 
'remote' + 'local branch name' so I can just hit return on that default?

-- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to