I use git-diffall before, but the author said it was obsolete by the git difftool --dir-diff
command.
The command git difftool --dir-diff
cannot copy back what I change code in the difftool which like git-diffall's --copy-back
option do.
I searched the web, only find this, it seems complex...:
[PATCH] difftool --dir-diff: copy back all files matching the working tree
what do you do when you use difftool and made some changes about the code?
Thanks