We have a custom action set up to run a batch script that executes a subtree push from your current repo to another repo. This used to work in the past, but some users are experiencing failure now (n...
HI, I have two repositories. 1. dev repo 2. Subtree repo For subtree folder I have a folder include in which all code is present but I cannot put that code directly in the folder as I h...
After upgrading to the latest version of SourceTree, my sub trees disappear after I restart SourceTree. I didn't have this problem in the previous version (but I don't remember which version that was...
Just created a subtree within a master project. Project [Project Name] Subfolder [subtree] I now see the SUBTREES option in the left control panel of SourceTree which is point to my git r...
Hello, Sourcetree defines one remote for a subtree. In my case, I have an origin repo, which is forked from an upstream repo. I generated the subtree from the origin and this is the remote address t...
I'm using the latest version of Sourcetree (2.7.3) with a repo that I'm hosting on Bitbucket (it's a Wordpress website project). Everything works great. Yesterday I started working with a Subtree (a...
I'm able to add subtree(s) with my repository in Sourcetree manually by right clicking the gray area in the taskbar section and then selecting Add/Link Subtree - and it works. But after a little w...
I'm using subtrees to share an SDK between a number of projects. When I try to push the subtree from one of my projects, I'm getting the following error. I'm using this command: git subtree push --p...
I have a git project where a subtree is included. If I clone this project, the subtree won't be shown on the sidebar on the left side. I don't know if this is a bug or if this is the normal behavior.
when I use sourcetree add subtree, I find that will always add failed, the path is : D:\_Work\2_Git\TestModule\Assets\Test\SubTree. the folder TestModule is a git library ,the folder Test and Test\SubTree...
I've created a subtree inside my main repo. I did this by right clicking the sidebar and choosing "link/subtree." Doing this created a new folder and pulled down the source for my subtree repo.&n...
when i used sourcetree add some subtrees, and my sourcetree lists all subtrees, then i pushed my modify to remote. But when others in our team pulled the updates, in theirs source tree the subtree i...
I have the following scenario: I have a Git managed project "Project" I add a Git repo, "Library," as a subtree to "Project" and push it online. My coworker clones "Project" Problem is my c...
Too late I realized that this way of adding a subtree... git remote add shared remoteRepoWithSharedCode.git git subtree add --squash --prefix=myShared shared master does not have the same effect a...
Is it possible to make added/linked subtrees show up in Sourcetree on other workstations?
We have a project that is composed of modules (or plugins). At the moment each plugin is part of the main product repository, but I have now been asked to move these into their own repos. This fine o...
I just tried to add a github hosted repository as a subtree to my current project. I get an error for each file like: From https://github.com/kayy/BundleVersionChecker * branch m...
Following these instructions, I created subtree through the terminal. I added a remote for it (hosted at GitHub) and everything has been working as expected on the terminal. However, in Subtree w...
Copied to clipboard