In TortoiseGit, when cloning a repo with depth=1
, then on next pull, it still obtains whole past history. How to specify to pull only the changes, which happened after cloning date, and thus, not fetch the whole history before cloning date (which we intentionally skipped by depth=1
)?
Asked
Active
Viewed 422 times
0

T.Todua
- 53,146
- 19
- 236
- 237
-
related: https://stackoverflow.com/questions/41075972/how-to-update-a-git-shallow-clone – T.Todua Oct 22 '21 at 12:28
1 Answers
0
TortoiseGit (as of version 2.12) does not allow to specify a "depth" on fetching or pulling (cf. https://tortoisegit.org/docs/tortoisegit/tgit-dug-pull.html).

MrTux
- 32,350
- 30
- 109
- 146