From f851765b101fb0a7b49a02ffd552cf259f0d372c Mon Sep 17 00:00:00 2001 From: nihilist Date: Thu, 25 Jul 2024 12:27:48 +0200 Subject: [PATCH] updated --- push.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/push.sh b/push.sh index 16eb29b..0ca011d 100755 --- a/push.sh +++ b/push.sh @@ -3,10 +3,6 @@ sudo chown -R nihilist: . git config --global user.email "nihilist@nihilism.network" git config --global user.name "nihilist" -while : -do - git add -A - git commit - git push -done - +git add -A +git commit +git push