Sublime Forum

Is it possible to change the default push remote?

#1

28%20AM

For some reason this is defaulting to the “upstream” remote, I would like the default to be “origin”. Anyway to change it? thanks

0 Likes

#2

You can rename the remote via context menu in the location bar on the left.

grafik

0 Likes

#3

Hi @pablo,

Thanks for sharing your question with us.

You can set the upstream branch via the command palette or locations bar.

Via command palette:
Open the command palette ctrl + p (cmd + p on MacOS) and select Set Branch Upstream.
You can then select the remote branch you wish to set as upstream.

Via locations bar:
Open the context menu (right-click) for the branch you wish to change the upstream for, and select Set Upstream.... You can then select the branch you wish to set the upstream for. After this, you can select the remote branch you wish to set as upstream.

Let me know if you have any further questions.

Kind regards,
- Dylan

0 Likes

#4

excellent, thanks!

0 Likes