doctr icon indicating copy to clipboard operation
doctr copied to clipboard

Only git add the changed files

Open asmeurer opened this issue 5 years ago • 0 comments

We fixed the performance issues with running git add separately for every file (https://github.com/drdoctr/doctr/issues/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.

asmeurer avatar Sep 19 '18 06:09 asmeurer