2024-05-02 09:54:49 +02:00
|
|
|
#!/bin/bash
|
2024-07-28 11:42:20 +02:00
|
|
|
#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
|