| commit | d2afaf190c7bc0e82f0c928d7b554df1fdf16e1b | [log] [tgz] |
|---|---|---|
| author | Chris Kay <chris.kay@arm.com> | Thu Nov 20 15:40:04 2025 +0000 |
| committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Thu Nov 20 15:40:04 2025 +0000 |
| tree | 9e5d8120764591fc172212f4b84a59354879bebc | |
| parent | 96139e5482164db421c076982b3408fd430ce1c4 [diff] | |
| parent | 6ae7ee4b404057d71d68df972ccdef25cbdcfe79 [diff] |
Merge "fix(docs): correct `--no-ff` -> `--ff-only`"
diff --git a/docs/getting_started/requirements.rst b/docs/getting_started/requirements.rst index 6b8964a..798efcf 100644 --- a/docs/getting_started/requirements.rst +++ b/docs/getting_started/requirements.rst
@@ -42,7 +42,7 @@ .. code-block:: bash - git pull --rebase --no-ff + git pull --rebase --ff-only git submodule update --init --recursive To fetch the latest commits from all submodules, you can use: