Skip to content

Commit

Permalink
Merge pull request #13 from noraj1337/patch-1
Browse files Browse the repository at this point in the history
update usage after #8

Thanks! I've overlooked to adjust the README!
  • Loading branch information
gehaxelt authored Jul 26, 2017
2 parents ebcb56f + f475d6d commit 91f4137
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ This tool can be used to download as much as possible from the found .git reposi
### Usage

```
./gitdumper.sh http://target.tld/.git/ dest-dir
./gitdumper.sh -h
[*] USAGE: http://target.tld/.git/ dest-dir [--git-dir=otherdir]
--git-dir=otherdir Change the git folder name. Default: .git
```

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.
Expand All @@ -52,7 +56,7 @@ This script tries to recover incomplete git repositories:
- Try to restore the contents of the commit
- Commits are *not* sorted by date

# Usage
### Usage

```
./extractor.sh /tmp/mygitrepo /tmp/mygitrepodump
Expand Down Expand Up @@ -80,4 +84,4 @@ Here's a small demo of the **Dumper** tool:

# License

All tools are licensed using the MIT license. See LICENSE.md
All tools are licensed using the MIT license. See LICENSE.md

0 comments on commit 91f4137

Please sign in to comment.