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