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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a folder F;\Repos\Git\ that contains about 20 git repositories that I have used on previous computers with both SourceTree and Eclipse. I copied my F drive over to a new computer and I'm trying to set up SourceTree. I just want to tell SourceTree that all my local git repos are in F:\Repos\Git\. I cannot find a way to do this. So I tried to bring in one of the repos (e.g. F:\Repos\Git\TestRepo) but SourceTree tells me it isn't a valid Git or Mercurial repo.)
It shouldn't this hard to do something this basic. And no, I don't want to reclone each of the repos from the remote servers.
First, check your repo URL to which it is pointing ..using below command
$ git remote -v
If it is pointing to another/wrong location/repo then just change the URL in Source Tree please have a look at the below article..
I am truing to add local repos, not a remote repo. What does the remote URL have to do with this?
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.