second commit

This commit is contained in:
nihilist 2024-02-15 22:42:29 +01:00
parent 9082a8b37e
commit aea8b3a4b3
2 changed files with 17 additions and 0 deletions

6
pull.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
sudo git pull
#git config --global credential.helper 'cache --timeout=2628000'
#sudo chown -R nothing. /home/nothing/Documents/Github/blog/
# my cool commentary

11
push.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
sudo chown -R nothing. .
git config --global user.email "nihilist@nihilism.network"
git config --global user.name "nihilist"
while :
do
git add -A
git commit
git push
done