Related questions
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 vendor's library (in this case Magento). In my case, I will not need to push up patches to the vendor (…
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 very confused about GIT managing the "nested" dependecies.
As I'm using an awesome Wordpress Stack ROOTS/BEDROCK, my simplified directory …