Answer the question
In order to leave comments, you need to log in
How to clone an entire Git repository in SourceTree?
Hello!
Created a repository on Bitbucket. I pushed 2 branches master and develop there. After some time, it was necessary to recreate the repository through cloning (to be 100% clean). But after cloning, I got only the master branch.
Question: How to clone the entire repository with all branches or several desired branches in SourceTree?
Answer the question
In order to leave comments, you need to log in
The bottom line is that there are other branches, but to display them you need to add a tag:
instead
Then you will see them all and yes, they will not be pulled up.
To view them, you need to write:
And to work with it:
In this case, it will be tied up and will track with the remote branch from the original.
Your case is described in more detail on stackoverflow .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question