You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
HI I need to setup 2 repository in the same workspace in Sourcetree.
so there will be 3 section to work on. One is the Master, Develop and the other one is Dev
here Master is one repo and Dev will be another repo. So after working on the Develop branch I want to merge it to the Dev repo to test the changes in dev mode.
Then everything ok then merge to master from the develop branch.
Let me know thanks.
Hi
If you are using different repositories then you are effectively working as if you have formed one from the other. As such you would need to set up each repository as a remote of the other and then you can pull from one into another.
But what not just use branches?
HI Michael,
Thanks for the reply. It was my mistake, Creating branches will do I think.
I need a setup like this;
dev - pointing to a remote site hosted a different domain
master - pointing to my production site
develop - pointing to my local git
Everytime I work first I need to check locally, if ok then merge it to dev which is in different server. After getting checked by the managers/ requesters finally I merge it to the master/ production branch.
Just need to know how will I be able to do that.
Also If possible if I can do it using source tree.
Please let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I think you might want to try git-flow, it is built into Sourcetree
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.