]> TLD Linux GIT Repositories - TLD.git/commitdiff
- howto simply restore all deleted files
authorBartosz <shadzik@tld-linux.org>
Mon, 19 Sep 2011 13:05:39 +0000 (15:05 +0200)
committerBartosz <shadzik@tld-linux.org>
Mon, 19 Sep 2011 13:05:39 +0000 (15:05 +0200)
git-howto.txt

index 38e1e05b5f60b3327010bf83649875b804ad49e8..d397a69db6102a1510afe9d4c37ed50a7d02468f 100644 (file)
@@ -88,6 +88,9 @@ Please do following in your cloned repo to restore deleted files:
 
 git checkout some.file
 
+To restore all your deleted files do:
+
+git ls-files -d | xargs git checkout --
 
 ==============================================================================
 5. How can I add description for new repository?
@@ -95,3 +98,4 @@ git checkout some.file
 Do following:
 
 ssh git@git.tld-linux.org setdesc packages/some_package "Some description"
+