Lines Matching refs:git

114    > It's rare this script will make any changes, so if you run `git diff`
126 > git checkout -b php-X.Y.0alpha1-local-release-branch upstream/master
137 > git checkout -b php-X.Y.0beta2-local-release-branch upstream/PHP-X.Y
147 > git checkout -b PHP-X.Y.Z upstream/PHP-X.Y
148 > git push upstream PHP-X.Y.Z
158 > git checkout -b php-X.Y.ZRC1-local-release-branch upstream/PHP-X.Y.Z
231 git add -p
232 git commit --gpg-sign=YOURKEYID -m "Update versions for PHP X.Y.ZRCn"
238 git tag -s -u YOURKEYID php-X.Y.ZRCn -m "Tag for php-X.Y.ZRCn"
248 git add -p
249 git commit --gpg-sign=YOURKEYID -m "[ci skip] Update NEWS for PHP X.Y.Z alpha2"
265 git add -p
266 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
283 git push upstream php-X.Y.ZRCn # tag name
284 git push upstream PHP-X.Y.Z # patch-level version branch (post-GA only)
285 git push upstream PHP-X.Y # version branch
366 git add -p
367 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.ZRCn"
368 git push upstream master
396 git add -p
397 git add archive/entries/*.xml
398 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.0RCn"
399 git push upstream master
501 git checkout -b php-X.Y.Z-local-release-branch upstream/PHP-X.Y.Z
546 git add -p
547 git commit --gpg-sign=YOURKEYID -m "Update versions for PHP X.Y.Z"
553 git tag -s -u YOURKEYID php-X.Y.Z -m "Tag for php-X.Y.Z"
554 git push upstream php-X.Y.Z
599 git add php-X.Y.Z.tar.*
600 git commit --gpg-sign=YOURKEYID -m "Add tarballs for php-X.Y.Z"
601 git push upstream master
609 git pull --rebase upstream master
610 git submodule init
611 git submodule update
613 git fetch --all
614 git pull --rebase upstream master
616 git commit distributions -m "X.Y.Z tarballs"
617 git push upstream master
718 git add -p
719 git add archive/entries/*.xml releases/*.php
720 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.Z"
721 git push upstream master
741 git add -p
742 git commit --gpg-sign=YOURKEYID -m "PHP X.Y.Z released"
743 git push upstream master
898 6. Update `web-php:git.php` and https://wiki.php.net/vcs/gitworkflow to reflect
1065 git add -p
1066 git commit --gpg-sign=YOURKEYID -m "Update PHP release manager keyring"
1067 git push
1075 git submodule update
1077 git pull origin master
1079 git add distributions
1080 git commit --gpg-sign=YOURKEYID -m "Update php-keyring.gpg in distributions"
1081 git push
1094 … Includes For Git Config]: https://motowilliams.com/2017-05-11-conditional-includes-for-git-config/