|
@ -56,7 +56,7 @@ If branch (e.g. *addons-yelizariev-9.0-some-feature*) already exists in **addons |
|
|
git fetch addons-dev |
|
|
git fetch addons-dev |
|
|
|
|
|
|
|
|
# create branch |
|
|
# create branch |
|
|
git checkout -b addons-dev/addons-yelizariev-9.0-some-feature |
|
|
|
|
|
|
|
|
git checkout -b 9.0-some-feature addons-dev/addons-yelizariev-9.0-some-feature |
|
|
|
|
|
|
|
|
# push to your fork of target repo |
|
|
# push to your fork of target repo |
|
|
git push origin addons-yelizariev-9.0-some-feature |
|
|
git push origin addons-yelizariev-9.0-some-feature |
|
|