You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fixed the performance issues with running git add separately for every file (#324), but it still adds every file, which puts a lot of output in the log. We should figure out the git commands to only get the changed/untracked files and add those.
The text was updated successfully, but these errors were encountered:
We fixed the performance issues with running
git add
separately for every file (#324), but it still adds every file, which puts a lot of output in the log. We should figure out the git commands to only get the changed/untracked files and add those.The text was updated successfully, but these errors were encountered: