Top "Git-subtree" questions

An alternative to the git-submodule command.

Git Subtree only one file or directory

I use Git Subtree like below: git subtree add --prefix=directory_destination_path --squash [email protected]:kicaj/projectname.git …

git bitbucket git-subtree
Best practices for using Git with Magento?

I'm working at figuring out how to best work within my own repo for custom code while integrating with a …

git magento git-submodules git-subtree
Adding git subtree from a branch

I'm trying to add a repo (called cow) to my project using git subtree add. In particular, I'd like to …

git git-subtree
GIT Nested repositories: Composer vs. SubModules vs. Subtree vs.?

I've finally incorporated GitHub and Composer dependency management on my workflow. It's definitely a huge step forward, although I remain …

git nested composer-php git-submodules git-subtree
Git using subtree or submodule to manage external resources

I read much about how awful the git submodule is supposed to be, but I am not sure if that …

git git-submodules git-subtree
How to upload my AngularJS static site to Github Pages?

I have created a static site with AngularJS and now want to upload it as a Github Page. I have …

angularjs github yeoman github-pages git-subtree
Managing 3rd party sources and binaries used by code under source control

I have a large code base under source control (was subversion, now git). To compile the code and run the …

git git-submodules git-subtree
Git - deploy dist folder to different remote

I'm trying to figure out a way to deploy a dist folder to a different remote repo using Git. The …

git deployment git-remote git-subtree