This commit is contained in:
Joey Hess 2020-05-05 12:29:25 -04:00
parent 2955de6f4c
commit f3a776bc5e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-05-05T16:28:32Z"
content="""
Find the commit that deleted the files (eg with `git log --stat`)
and `git revert` that commit.
AKA, same way you would deal with a problem commit in any git repository.
"""]]