Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update usage after https://github.com/internetwache/GitTools/issues/8 #13

Merged
merged 2 commits into from
Jul 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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