oxidio/project

维护者

详细信息

github.com/oxidio/project

源代码

问题

安装: 297

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

语言:Shell

类型:project

dev-master / 1.x-dev 2020-12-27 18:22 UTC

This package is auto-updated.

Last update: 2024-09-28 02:17:40 UTC


README

Stable Downloads Unstable License

版本矩阵

有帮助的

# delete tags
git push origin -d $(git tag -l 'v*')
git tag -d $(git tag -l 'v*')

商店

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*'

事实

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*'