Lines Matching refs:git

116    > It's rare this script will make any changes, so if you run `git diff`
128 > git checkout -b php-X.Y.0alpha1-local-release-branch upstream/master
139 > git checkout -b php-X.Y.0beta2-local-release-branch upstream/PHP-X.Y
149 > git checkout -b PHP-X.Y.Z upstream/PHP-X.Y
150 > git push upstream PHP-X.Y.Z
160 > git checkout -b php-X.Y.ZRC1-local-release-branch upstream/PHP-X.Y.Z
233 git add -p
234 git commit --gpg-sign=YOURKEYID -m "Update versions for PHP X.Y.ZRCn"
240 git tag -s -u YOURKEYID php-X.Y.ZRCn -m "Tag for php-X.Y.ZRCn"
256 git add -p
257 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
274 git push upstream php-X.Y.ZRCn # tag name
275 git push upstream PHP-X.Y.Z # patch-level version branch (post-GA only)
276 git push upstream PHP-X.Y # version branch
357 git add -p
358 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.ZRCn"
359 git push upstream master
387 git add -p
388 git add archive/entries/*.xml
389 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.0RCn"
390 git push upstream master
491 git checkout -b php-X.Y.Z-local-release-branch upstream/PHP-X.Y.Z
536 git add -p
537 git commit --gpg-sign=YOURKEYID -m "Update versions for PHP X.Y.Z"
543 git tag -s -u YOURKEYID php-X.Y.Z -m "Tag for php-X.Y.Z"
544 git push upstream php-X.Y.Z
589 git add php-X.Y.Z.tar.*
590 git commit --gpg-sign=YOURKEYID -m "Add tarballs for php-X.Y.Z"
591 git push upstream master
599 git pull --rebase upstream master
600 git submodule init
601 git submodule update
603 git fetch --all
604 git pull --rebase upstream master
606 git commit distributions -m "X.Y.Z tarballs"
607 git push upstream master
697 git add -p
698 git add archive/entries/*.xml releases/*.php
699 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.Z"
700 git push upstream master
720 git add -p
721 git commit --gpg-sign=YOURKEYID -m "PHP X.Y.Z released"
722 git push upstream master
877 6. Update `web-php:git.php` and https://wiki.php.net/vcs/gitworkflow to reflect
984 git add -p
985 git commit --gpg-sign=YOURKEYID -m "Update PHP release manager keyring"
986 git push
994 git submodule update
996 git pull origin master
998 git add distributions
999 git commit --gpg-sign=YOURKEYID -m "Update php-keyring.gpg in distributions"
1000 git push
1022 … Includes For Git Config]: https://motowilliams.com/2017-05-11-conditional-includes-for-git-config/