Git: recover deleted files
To recover the delete files, automatically without specifying the path
git ls-files -d xargs git checkout --
Publicités
Il n'y a pas de questions bêtes
To recover the delete files, automatically without specifying the path
git ls-files -d xargs git checkout --