|
|
|
|
|
by ekiwi
1632 days ago
|
|
My biggest question after looking at the readme: What happens if your computer crashes while dura is making a commit? Can it corrupt your local git repository?
From my own experience, git is not crash safe, i.e., it can leave the .git directory in an inconsistent state if the computer crashes during certain git operations. |
|
Git can operate on two local repos reasonably efficiently, IIRC, so diffing and applying commits should be doable.