maj du nom de la branche
This commit is contained in:
parent
11724eef98
commit
51ebba1ab7
@ -16,10 +16,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git checkout php82
|
git checkout php82
|
||||||
git rebase master ||
|
git rebase php74 ||
|
||||||
die "Le rebase automatique a échoué. Après avoir résolu les conflits, faire
|
die "Le rebase automatique a échoué. Après avoir résolu les conflits, faire
|
||||||
git checkout master
|
git checkout php74
|
||||||
pp -af
|
pp -af
|
||||||
"
|
"
|
||||||
git checkout master
|
git checkout php74
|
||||||
pp -af
|
pp -af
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "7.4.x-dev",
|
"dev-php74": "7.4.x-dev",
|
||||||
"dev-php82": "8.2.x-dev"
|
"dev-php82": "8.2.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user