Updated email and users (#136)

This commit is contained in:
Hak 2024-08-13 16:58:09 +07:00 committed by GitHub
parent 6f70e420e6
commit c29075fbaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -2,8 +2,8 @@
set -e
rsync -a --delete --exclude .git --exclude .gitignore ../main/repo/ .
git config --global user.email "134626626+almightyhak@users.noreply.github.com"
git config --global user.name "almightyhak"
git config --global user.email "177773202+Kohi-den-Bot@users.noreply.github.com"
git config --global user.name "Kohi-den-Bot"
git status
if [ -n "$(git status --porcelain)" ]; then
git add .