From 331c273db0fc43a63b231492dbed2d5cee78ad22 Mon Sep 17 00:00:00 2001 From: nihilist Date: Thu, 19 Dec 2024 22:49:17 +0100 Subject: [PATCH] updated stuff --- pull.sh | 2 +- push.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pull.sh b/pull.sh index 7d38fd7..fa3e33e 100644 --- a/pull.sh +++ b/pull.sh @@ -1,6 +1,6 @@ #!/bin/bash -git pull +torsocks git pull #git config --global credential.helper 'cache --timeout=2628000' #sudo chown -R nothing. /home/nothing/Documents/Github/blog/ # my cool commentary diff --git a/push.sh b/push.sh index dfc78fd..a8de56b 100755 --- a/push.sh +++ b/push.sh @@ -4,4 +4,4 @@ git config --global user.name "nihilist" git add -A git commit -git push +torsocks git push