users(cassie): add git retry commit alias
Sophie Cheung 2 months ago 81a27002 6cd62c38
··· 30 30 }; 31 31 }) 32 32 ]; 33 33 + 34 34 + home.shellAliases = { 35 35 + # redo previous commit when something explodes, like my key died or something 36 36 + gcmm = "git commit -eF .git/COMMIT_EDITMSG"; 37 37 + }; 33 38 }