Skip to content

Commit

Permalink
Merge pull request #2 from masterT/master
Browse files Browse the repository at this point in the history
Missing script file in usage
  • Loading branch information
gehaxelt committed Nov 8, 2016
2 parents 682638b + 92cef7c commit ab569f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dumper/README.md
Expand Up @@ -11,7 +11,7 @@ This is a tool for downloading .git repositories from webservers which do not ha
#Usage

```
bash http://target.tld/.git/ dest-dir
bash gitdumper.sh http://target.tld/.git/ dest-dir
```

Note: This tool has no 100% guaranty to completely recover the .git repository. Especially if the repository has been compressed into ```pack```-files, it may fail.
Note: This tool has no 100% guaranty to completely recover the .git repository. Especially if the repository has been compressed into ```pack```-files, it may fail.

0 comments on commit ab569f0

Please sign in to comment.