blog-contributions/push.sh

8 lines
147 B
Bash
Raw Normal View History

2024-05-02 09:54:49 +02:00
#!/bin/bash
2024-11-16 15:35:21 +01:00
git config --global user.email "nihilist@contact.nowhere.moe"
2024-05-02 09:54:49 +02:00
git config --global user.name "nihilist"
2024-07-25 12:27:48 +02:00
git add -A
git commit
git push