blog-contributions/push.sh

9 lines
171 B
Bash
Raw Permalink Normal View History

2024-05-02 09:54:49 +02:00
#!/bin/bash
#sudo chown -R nihilist: .
2024-05-02 09:54:49 +02:00
git config --global user.email "nihilist@nihilism.network"
git config --global user.name "nihilist"
2024-07-25 12:27:48 +02:00
git add -A
git commit
git push