Lines Matching refs:git
26 * [Git commit rules](#git-commit-rules)
48 them by using `git rebase` instead of `git merge`.
56 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
137 ├─ .git/ # Git configuration and source directory
147 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
148 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
149 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
150 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
258 - Update git source just before running your final `diff` and before testing.
295 detailed [information on Git](https://git-scm.com/).
387 An Example from the git project (commit 2b34e486bc):