[ADD] doc unswallow a git repo

This commit is contained in:
Mathieu Benoit 2021-08-10 18:50:38 -04:00
parent 2a97eb2593
commit ceb4d2fe29

View file

@ -125,3 +125,11 @@ Maybe, some version diverge from your manifest. Simply clean all and relaunch yo
```bash
./script/clean_repo_manifest.sh
```
### Unshallow git
By example, the repo Odoo use a depth clone. If you need all the clone repo, use this command on right directory:
```bash
git fetch REMOTE --unshallow
```