Skip to content

Instantly share code, notes, and snippets.

@rylnd
Created September 6, 2019 17:41
Show Gist options
  • Select an option

  • Save rylnd/e271eb065b1326a57ad3cd1734c3781a to your computer and use it in GitHub Desktop.

Select an option

Save rylnd/e271eb065b1326a57ad3cd1734c3781a to your computer and use it in GitHub Desktop.
Slow repo test
# outside of a repo
git init test
cd test
time git status
for i in {1..40000}; do touch $i; done
time git status
git add .
git commit -m "adding files"
time git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment