[Latest News][6]

Facebook hacks & tricks
Hacking Attack
Hacking TOOL
instagram hacks & tricks
Tech Info.
Tips & Tricks

HOW DUMP A GIT REPOSITORY FROM A WEBSITE TERMUX OR ANY LINUX DISTRIBUTION ?


🦑𝕀ℕ𝕊𝕋𝔸𝕃𝕃𝕀𝕊𝔸𝕋𝕀𝕆ℕ & ℝ𝕌ℕ:


git clone https://github.com/arthaud/git-dumper

cd git-dumper

pip install -r requirements.txt

./git-dumper.py http://website.com/.git ~/website


🦑Features :


> Fetch all common files (.gitignore, .git/HEAD, .git/index, etc.);

> Find as many refs as possible (such as refs/heads/master, refs/remotes/origin/HEAD, etc.) by analyzing .git/HEAD, .git/logs/HEAD, .git/config, .git/packed-refs and so on;

> Find as many objects (sha1) as possible by analyzing .git/packed-refs, .git/index, .git/refs/* and .git/logs/*;

> Fetch all objects recursively, analyzing each commits to find their parents;

> Run git checkout . to recover the current working tree





Follow us for more information...

No comments:

Post a Comment

Start typing and press Enter to search