oxidio / project
Installs: 297
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Shell
Type:project
Requires
- php: >=7.3
- ext-json: *
- composer/composer: ^1 || ^2
- oxid-esales/gdpr-optin-module: ^2.3
- oxidio/doctrine-migration-wrapper: ^2.1
- oxidio/module-bar: ^1.0
- oxidio/module-foo: ^1.0
- oxidio/module-klarna: ^5.1
- oxidio/module-paypal: ^6.0
- oxidio/module-paypalplus: ^3.0
- oxidio/module-seo: ^1.0
- oxidio/oxidio: ^6.5
- oxidio/test: ^1.0
- oxidio/theme-flow: ^3.4
- oxidio/theme-wave: ^1.2
This package is auto-updated.
Last update: 2024-10-28 02:26:08 UTC
README
version matrix
helpful
# delete tags git push origin -d $(git tag -l 'v*') git tag -d $(git tag -l 'v*')
shop
git remote add up --no-tags -t master -t b-6.x -t b-6.2.x -t b-6.1.x -t b-6.0.x -f git@github.com:OXID-eSales/oxideshop_ce.git git fetch up 'refs/tags/v6*:refs/tags/up/v6*' git tag -d $(git tag -l 'up/v6*-*') # list remote git ls-remote -h up master b-6*x # branches git ls-remote -t up 'v6.[+(0-9)].[+(0-9)]' # tags # list local git tag --list up/* git branch --list up/* # delete local git tag -d $(git tag -l up/*) git branch -D $(git branch --list up/*)
oxidio
git remote add origin -f git@github.com:oxidio/oxidio.git
oxidio/composer-plugin
git remote add up --no-tags -t master -t b-2.x -f git@github.com:OXID-eSales/oxideshop_composer_plugin.git
git remote set-branches --add up b-6.x
git fetch up 'refs/tags/v*:refs/tags/up/v*'
oxidio/unified-namespace-generator
git remote add up --no-tags -t master -t b-1.x -f git@github.com:OXID-eSales/oxideshop-unified-namespace-generator.git
module-klarna
git remote add up --no-tags -t master -f git@github.com:topconcepts/OXID-Klarna-6.git
git fetch up 'refs/tags/v*:refs/tags/up/v*'
facts
git remote add up --no-tags -t master -t b-1.x -f git@github.com:OXID-eSales/oxideshop-facts.git git fetch up 'refs/tags/v2*:refs/tags/up/v2*' git tag -d $(git tag -l 'up/v2*-*')
theme-flow
git remote add up --no-tags -t master -t b-2.x -t b-3.x -t b-4.x -f git@github.com:OXID-eSales/flow_theme.git
git fetch up 'refs/tags/v3*:refs/tags/up/v3*'