Skip to content

Commit

Permalink
Update - added info about saved blob contents
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4de committed Sep 8, 2016
1 parent 380fb7b commit 562669a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diggit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ ./diggit.py -u remote_git_repo -t temp_folder -o object_hash [-r=True]
where:

- -u is remote path, where .git folder exists
- -t is path to local folder with dummy Git repository
- -t is path to local folder with dummy Git repository and where blob content (files) are saved with their real names
- -o is a hash of particular Git object to download

Dummy Git repository can be made by command _init_:
Expand All @@ -39,4 +39,4 @@ $ cd /path/to/temp/folder && git init

If hash is a commit or tree and _-r_ is set to 'True',
*diggit* will find current tree hash and all blobs in this tree
(it will download all objects)
(it will download all objects)

0 comments on commit 562669a

Please sign in to comment.