Skip to content

go through git history and copy each deleted files to a directory

Notifications You must be signed in to change notification settings

looran/git_recover_deleted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

usage: git_recover_deleted.py [-h] [-p] [-v] output_dir [filter]

positional arguments:
  output_dir     Output directory
  filter         Filter changes to files name (eg. *.png)

optional arguments:
  -h, --help     show this help message and exit
  -p, --pretend  do not actually copy files
  -v, --verbose  print verbose

go through git history and copy each deleted files to <output_dir>/<filenum>_<commitnum>_<path>

About

go through git history and copy each deleted files to a directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages