Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Re-Locate Working Copy In SourceTree

Tags:

I have a repository added to SourceTree. When I commit a change to the remote repository through XCode I see the change get committed remotely but my working copy doesn't get updated in SourceTree app. I have to rebase the changes to master in SourceTree. This is because my working copy folder is set to the wrong location in SourceTree.

How can I change the location of the local working copy folder in SourceTree?

like image 993
motionpotion Avatar asked Oct 01 '13 14:10

motionpotion


People also ask

How do I rename a repo in SourceTree?

Just in case the attached screenshot is not accessible, follow these steps - Open new tab in source. In the "New Tab", one should see the list of existing repos/tabs. Right click on a tab, and one should see a Rename option.


1 Answers

The easiest way is to move your old Working Copy (rename the folder). When you start SourceTree next time, SourceTree wants you to set the new "Working Copy" folder of the repository.

https://answers.atlassian.com/questions/43326/change-working-copy-location

like image 81
Schubie Avatar answered Nov 10 '22 17:11

Schubie