Reputation: 3086
I have been using Beanstalk and TortoiseSVN for some time now and I am looking to change to Bitbucket with SourceTree. While working in groups we have the truck, which is master now in bitbucket am i right? Then our users switch to trunk to then create new branches for themselves. After a time all branches are merged back to the trunk. How do I use SourceTree to create branches for users and then merge them back. Maybe there is a better way to use it altogether, could you advise please.
Upvotes: 1
Views: 1975
Reputation: 3844
Look at this article, it's a well known git workflow which is also implemented directly in SourceTree ("Git Flow"-Button on top right):
And here is a blog entry from SourceTree Blog on how to use it in SourceTree:
Upvotes: 1
Reputation: 412
Atlassian nicely documented possible workflows with Git, you should start from there. If you are familiar with TortoiseSVN try TortoiseGit.
Upvotes: 2