FYI if you're treating git as a durable place to save your code you might want to set 'core.fsyncObjectFiles = true'.
I've personally had my git repository become unusable when my laptop lost power too soon after making some commits, before the background periodic sync occurred. (XFS)
I've personally had my git repository become unusable when my laptop lost power too soon after making some commits, before the background periodic sync occurred. (XFS)