From 38497d82c581caaf4fc7c4f50ba689c672096e06 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Sat, 30 Aug 2025 21:08:51 +0100 Subject: [PATCH] Fix the 'git reset --hard' in stow_script --- stow_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow_script.sh b/stow_script.sh index cd94239..eaceaec 100755 --- a/stow_script.sh +++ b/stow_script.sh @@ -17,5 +17,5 @@ done # Now to revert the --adopt, and make it act like -d # !Make sure there's nothing new/uncommited in dotfiles dir first -git --reset hard +git reset --hard