Searched +full:fetch +full:- +full:depth (Results 1 – 1 of 1) sorted by relevance
16 Before submitting a pull request make sure you have [tested the code](#how-to-test) 17 and [followed the coding conventions](#coding-conventions).19 Please read more about [setting up your environment](#how-to-setup-a-development-environment) for d…35 * `git` - to fetch the latest development code, merge changes, create pull requests, etc.36 * [`composer`](https://getcomposer.org) - to install PHP dependencies, build releases, and run test…37 * [`npm`](https://nodejs.org/en/download/package-manager) - to install CSS/JS dependencies and crea…51 Use `git clone --depth 1 https://github.com/fisharebest/webtrees`.58 …ts, the analysis and testing tools. You would then run `composer install --no-dev` before committ…60 …-commit hook" to run checks on your code before you commit them to your local repository. To do t…66 ## Third-party libraries and compiled files in the source tree[all …]