X-Git-Url: https://git.tld-linux.org/?p=TLD.git;a=blobdiff_plain;f=git-howto.txt;h=d397a69db6102a1510afe9d4c37ed50a7d02468f;hp=38e1e05b5f60b3327010bf83649875b804ad49e8;hb=acba5fa7064cec11a6df344f7dc757acf973a7a8;hpb=a70d23b1b73afe4b01b7790a3d17f73381a1dd65 diff --git a/git-howto.txt b/git-howto.txt index 38e1e05..d397a69 100644 --- a/git-howto.txt +++ b/git-howto.txt @@ -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" +