Top "Git-subtree" questions

An alternative to the git-submodule command.

Merge multiple git repositories into one, keeping branches history

I have four separate projects. They have their own git repository. and the same name of branches for all projects. /…

git github merge git-branch git-subtree
git subtree: possible to change subtree branch/path in a forked repository?

In a repository A the folder sub is included as git subtree of the repository S - pointing to master …

git merge repository git-subtree
Why is the `git subtree` not working even though I have git 1.8.3.2 installed on Ubuntu 12.10?

I am about to deploy my AngularJS based static site as a Github Page with Yeoman. Step 3 of the deployment …

git ubuntu git-subtree
git-subtree pull complications

We have been trying to get git-subtree working on a project (with git version 1.7.9.4) and have run into a bit …

git merge git-subtree
Add subdirectory of remote repo with git-subtree

Is there a way to add a subdirectory of a remote repository into a subdirectory of my repository with git-subtree? …

git git-subtree
How to rebase after git-subtree add?

I'm trying to learn the new git-subtree command which was added in Git 1.7.11. I seem to lose ability to rebase …

git git-rebase git-subtree
git subtree error "fatal: refusing to merge unrelated histories"

I'm trying to figure out how 'git subtree' works. I've followed all directions on this page, but I always get …

git git-subtree
How do I force a subtree push to overwrite remote changes?

We use a subtree deployment a lá this Gist to deploy a subdirectory of our Yeoman project. In our case, …

git yeoman git-subtree
How to push to git subtree?

I added a subtree on git which seems to be working. I went into the directory and made some changes …

git git-subtree subtree
Forking a sub directory of a repository on GitHub and making it part of my own repo

Apologies, I am very new to Git and GitHub, I've read through a few things but I'm not sure if …

git github repository git-subtree xbmc