Added a comment
This commit is contained in:
parent
89396bb710
commit
6db0a18e6f
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="Lukey"
|
||||
avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
|
||||
subject="comment 1"
|
||||
date="2020-10-11T14:01:35Z"
|
||||
content="""
|
||||
First, you should try \"git annex get\" on that file and see if works. If it simply outputs nothing, then you indeed somehow committed a hash link. Use \"git log --stat\" and look for the commit that changed the file, then copy the commit-id of the commit before that. Then you can get the old version of the file with \"git checkout <commit-id> -- <file>\".
|
||||
"""]]
|
Loading…
Reference in a new issue