Follow-up of this so-question: if I have a shallow clone, how to fetch all older commits to make it a full clone?
You can run git fetch --depth=1000000 (assuming the repository has less than one million commits).
git fetch --depth=1000000
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
10 months ago
viewed
203 times
active