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
492 git checkout -b php-X.Y.Z-local-release-branch upstream/PHP-X.Y.Z
537 git add -p
538 git commit --gpg-sign=YOURKEYID -m "Update versions for PHP X.Y.Z"
544 git tag -s -u YOURKEYID php-X.Y.Z -m "Tag for php-X.Y.Z"
545 git push upstream php-X.Y.Z
590 git add php-X.Y.Z.tar.*
591 git commit --gpg-sign=YOURKEYID -m "Add tarballs for php-X.Y.Z"
592 git push upstream master
600 git pull --rebase upstream master
601 git submodule init
602 git submodule update
604 git fetch --all
605 git pull --rebase upstream master
607 git commit distributions
608 git push upstream master
698 git add -p
699 git add archive/entries/*.xml releases/*.php
700 git commit --gpg-sign=YOURKEYID -m "Announce PHP X.Y.Z"
701 git push upstream master
721 git add -p
722 git commit --gpg-sign=YOURKEYID -m "PHP X.Y.Z released"
723 git push upstream master
878 6. Update `web-php:git.php` and https://wiki.php.net/vcs/gitworkflow to reflect
985 git add -p
986 git commit --gpg-sign=YOURKEYID -m "Update PHP release manager keyring"
987 git push
1020 … Includes For Git Config]: https://motowilliams.com/2017-05-11-conditional-includes-for-git-config/