Git: recover deleted files
To recover the delete files, automatically without specifying the path
git ls-files -d xargs git checkout --
Publicités
To recover the delete files, automatically without specifying the path
git ls-files -d xargs git checkout --