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
|