Hacker News new | ask | show | jobs
by imran3740 2563 days ago
No, this does not preserve the history of the repo, just gives a single commit with the existing files. You might also think of this as cloning, then squashing down the entire history (well, everything in master anyways) to a single (root) commit.
2 comments

Maybe I remember incorrectly, but I thought the template came from the default branch?
Oh I get it now, thanks!