[ADD] doc unswallow a git repo
This commit is contained in:
parent
2a97eb2593
commit
ceb4d2fe29
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue