Let\'s say I have an Eclipse Project which uses versioning control with EGit and is connected with a remote repository git@myrepo.com:git2013
. In my project, under
You can follow the section "Configuring upstream push " in order to push a given branch:
Pushing a branch which doesn't exist yet on a remote repo will create it on said remote.
You can specify the refspec you want to use, or use Push ref specification.
That above would push all local branches.
Update December 2013 (Egit 3.2): as mentioned in robinst's answer (upvoted), you now have:
Push Branch / Initial Push wizard simplifies pushing a branch and also allows upstream configuration for new branches created by the push operation.
Improve UI of upstream configuration when creating a branch: