Search code examples
gitamazon-elastic-beanstalksmartgitbeanstalk-svn

How to make a branch in SmartGit with beanstalk?


I have SmartGit GUI tool for my beanstalk repos. I want to make a branch of one of my repos. For this i have created a branch using smartGit branch manager, but how i create this to beanstalk. and the other question is "What is track-branch" in SmartGit.

Thanks


Solution

  • If you are not currently on your created branch, use Branch|Switch to switch to your branch. Perform Remote|Push which will ask you whether to configure tracking, confirm this. After that your branch will be pushed to beanstalk. Finally you should see origin/branch in the branch manager (assuming that your remote beanstalk repository is the origin)