Для экономии места на диске я вообще мелкий клон:
Ветвь по умолчанию с:
git clone --depth 20 --shallow-submodules --recurse-submodules
Как увеличить увеличение глубины мелкого клона?
Примечание: я не хочу увеличить до полного клона , я хочу углубить только то, что у меня уже есть.
Использование git fetch --deepen=<depth>:
git fetch --deepen=<depth>
man git-fetch говорит:
man git-fetch
--deepen=<depth> Similar to --depth, except it specifies the number of commits from the current shallow boundary instead of from the tip of each remote branch history.