diff --git a/after_using_photorec.rst b/after_using_photorec.rst index 14b41cb..8a43e55 100644 --- a/after_using_photorec.rst +++ b/after_using_photorec.rst @@ -2,6 +2,40 @@ After using PhotoRec ==================== Usually PhotoRec and QPhotoRec recover a lot of files but without the original filenames, it may be hard to locate the files you are interested in. +GIT repository extraction +************************* + +https://github.com/yaitskov/git-phoenix/ + +Uber repo aggregation +--------------------- + +.. code-block:: none + + git-phoenix uber -o uber -i /paranoid-no-brutforce-nonexpert-nocorrupted-zlib/ + Duration: 45.71s + Found: 423254 + Speed: 9260.03 files per second + Maximum number of SHA collisions: 17 + +Branch heads discovery +--------------------- + +.. code-block:: none + + $ git-phoenix heads -a '^John' -u uber + 7768eed9387ff 2025-12-31 23:45 John Dow all tests pass + +Clean repo extraction by head SHA +--------------------------------- + +.. code-block:: none + + $ git-phoenix extract -g my-foo -u uber -s 8fb567617e7 + $ git -C my-foo reset + $ git -C my-foo checkout . + $ echo Woo-Hah + Sorting the files by extension ****************************** @@ -56,4 +90,3 @@ Under Linux, :command:`fslint` can be used to remove duplicated files .. code-block:: none /usr/share/fslint/fslint/findup -d jpg/ -