Theoretically, if someone came into possession of one on my .git directories (but no source code at all), would they be able to recover any code?
-
3Not just any of it, but all of it.torek– torek2016年08月31日 11:24:19 +00:00Commented Aug 31, 2016 at 11:24
1 Answer 1
Yes, in .git/objects folder is git database with all objects (blobs, commits, tags and trees). Whole history is available in .git folder.
For details you can take a look into documentation.
answered Aug 31, 2016 at 11:28
Walery Strauch
7,1388 gold badges56 silver badges61 bronze badges
Sign up to request clarification or add additional context in comments.