8 lines
147 B
Bash
Executable File
8 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
|