Can anyone help me with this,
My Folder structure is like this :
Repo1 [Repository]
|- branch1 [branch]
Repo2 [Repository]
|-branch1 [branch]
Now I need to merge file difference changes from Repo1/branch1
to Repo2/branch1
How do I do that. I am using git [bitbucket] as source control. For GUI I am using sourcetree
Thanks,
krutik