From ceb4d2fe2980a74676d10f1eeb67a7f83a53ee4d Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 10 Aug 2021 18:50:38 -0400 Subject: [PATCH] [ADD] doc unswallow a git repo --- doc/GIT_REPO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/GIT_REPO.md b/doc/GIT_REPO.md index 1dd0a04..ef67346 100644 --- a/doc/GIT_REPO.md +++ b/doc/GIT_REPO.md @@ -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 +```