git$ mkdir testcode.git git$ cd testcode.git/ testcode.git$ git init --bare testcode.git$ git config pack.threads 8 # Otherwise clone might fail with "unable to create thread"