This commit is contained in:
infidel
2022-11-14 23:16:26 +07:00
commit b6f9e18e61
123 changed files with 66289 additions and 0 deletions

6
local_git_config.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
git config --local user.name "zwbetz-gh"
git config --local user.email "zwbetz@gmail.com"
git config --local --list