To restore all those deleted files in a folder enter the following command.
git ls-files -d | xargs git checkout --
This blog is about my programming learning track, about all things software programming that I do everyday. The posts here are a place holder for my learning notes. Hope you find it useful.
No comments:
Post a Comment