How to fetch all git history after I clone the repo with `–depth 1`? February 2, 2023 by Tarik Use git pull --unshallow and it will download the entire commit history.