Added git bash init script

This commit is contained in:
2026-03-30 09:40:01 +08:00
parent 9883796341
commit 876c77f6c1
2 changed files with 5 additions and 0 deletions

2
_init_git_user.sh Normal file
View File

@@ -0,0 +1,2 @@
git config user.email "eterill@hotmail.com"
git config user.name "EternalIllusion"