go-git
go-git copied to clipboard
git add/reset command really really slow
I was trying to add a 50MB file to an empty git repo. Turns out it takes over a minute using the library, and ~10s using command line git.
The Reset command also is slow comparatively