Skip to content

Extract entire .git folder from a given URL and try to recompose it src code

Notifications You must be signed in to change notification settings

Gottiee/Extract-Git-Src-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Extract-Git-Src-Code

Extract Git Source code is a tool which download the .git folder from a given URL and recompose the source code.

⚠️ Directory listing should be activated

usage: extract_git_src_code.py [-h] -u URL [-o OUTPUT] [-v] [--onlyDownload] [--onlyExtract]

Extract git src code, extract /.git from a given URL and try to recompose the src code

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     https://url.net/path/to/git/folder/.git
  -o OUTPUT, --output OUTPUT
                        Name of extract .git folder (default='git')
  -v, --verbose         Print additional informations
  --onlyDownload        Do not extract source code, only '.git' directory
  --onlyExtract         Do not download '.git' directory and assume it already exist to perform the soure code extraction

About

Extract entire .git folder from a given URL and try to recompose it src code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages