modgit
modgit copied to clipboard
Shell script for Git module deployment with include/exclude filters.
👋 Just found this repo does not have any license, it would be good to add OSI-approved one, https://spdx.org/licenses/
When using modgit on a Magento installation that's SCM'd by git any existing submodules break. e.g. > $ cd /path/to/project/ > $ modgit init > $ modgit clone module-name git://repo.git...
I installed modgit and then attempted to install a couple modules. Checking the backend, nothing is there. Looking at /app/etc/modules I see the module file listed at `My_Module.xml?`. Also, checking...
This seems to work with a single website but not with multi-websites. website1.com -> website1.com/website1/ website2.com -> website2.com/website2/ With your module everything redirects to website1.com it should be website1.com ->...
thanks@!
I was reading a magento book when I found this Sounds simple - and even more simple than modman - Is this code still maintained? (before we make the change...
This is really just a minor detail, but it will reduce adoption of this great utility! "Deploy multiple Git repositories in an unique folder" should instead read: "Deploy multiple Git...
If a module contains a modman file containing filters like "*{something}", files that match that filter are not deployed in move_files(). The problem happens when the modman file’s filter expression...
it would be ideal to be able to do `modgit -f remove-all` would be useful. I'm thinking about adding it in the fork I have. Would this be something that...
When a module has a modman file with a glob source pattern (such as `one/*`), the directory structure inside is not copied to the target correctly. Please refer to this...
Like in Modman https://github.com/colinmollenhour/modman/wiki/Shell-Commands