4

For those who are trying to determine how to do this here is the answer.
Yes the answer is in the docs!

I missed it on the first pass. Then looked at questions such as the below, trying b u and thinking it could be set there but this was not the case.
How do I set the upstream branch to push a local branch to in magit?

orion
  • 805
  • 8
  • 16

1 Answers1

11

The equivalent of the git command in Magit is to set a new Remote.

This is where it is in the docs

Ma creates a new remote. When asked for the name of your remote, the usual answer is the name of your remote server, typically 'origin'

I hope this saves someone some time!

orion
  • 805
  • 8
  • 16