Tower Icon

Publishing a local branch on a remote repository

A local branch is not synchronized to any remote repository by default - it is kept private to you until you explicitly publish (or "push") it.

To publish a local branch

Perform one of the following actions:

  • In the Sidebar drag the local branch onto the remote repository item that you want to push it to.

  • Right-click the branch in the Sidebar and select "Publish Branch..." from the contextual menu.

NOTE:When publishing a branch you can choose to "track" the newly created (presumably remote) branch.


Related Topics

Creating a new branch

Pulling from a remote repository

Pushing to a remote repository

Tracking a branch