blog-contributions/push.sh
2024-12-19 22:49:17 +01:00

7 lines
156 B
Bash
Executable file

#!/bin/bash
git config --global user.email "nihilist@contact.nowhere.moe"
git config --global user.name "nihilist"
git add -A
git commit
torsocks git push