Rich-Harris/degit

How many commits are stored in the .git history?

1alexvash opened this issue · 2 comments

Your tool downloads on the latest commit

Let's say a GitHub repo has 1000 commits, how many of them will be imported using regular git clone
?

When you clone a repository you will download the entire repository with all commits.

Even not downloading all branch, branchs are just pointers for some commits.