| That was pretty immature, to delete the repos as well. They were git repos, right? I am new to git, but my understanding is you pretty much have to type git clone --i-dont-want-a-full-copy-of-the-repository-please-screw-me-over-if-the-master-vanishes to be in a position where you are "dependent" on the code (i.e. have looked at it, ever) and do not have a full copy of the entire project extending to the mists of prehistory. [Edit: apparently the actual command is git clone --depth (some number) I like my version better.] |
That said --depth doesn't have too much use when it comes to native git repos though. Unless you have a ton of binary files in the repo and don't want the full history of all of them...