Lines Matching refs:git
91 git commit -a
97 git tag -u YOURKEYID php-7.4.2RC2
113 git push --tags origin HEAD
114 git push origin {main branch}
115 git push origin {release branch}
212 7. Tag the repository with the version e.g. `git tag -u YOURKEYID php-7.4.1`
214 8. Push the tag e.g. `git push origin php-7.4.1`.
230 `web-php-distributions`, then update the git submodule reference in
234 git submodule init
235 git submodule update
237 git fetch
238 git pull --rebase origin master
240 git commit distributions
241 git push
314 7. Commit and push all the changes to their respective git repos
397 4. Update `web-php:git.php` and https://wiki.php.net/vcs/gitworkflow to reflect