mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
7 lines
147 B
Bash
Executable file
7 lines
147 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
|
|
git push
|