This commit is contained in:
ByeonJungHun
2024-01-04 15:35:23 +09:00
parent 454d11cfa0
commit 51994c831d

View File

@@ -37,6 +37,7 @@
git init git init
git config --global user.email "sa_8001@ex-em.com" git config --global user.email "sa_8001@ex-em.com"
git config --global user.name "ByeonJungHun" git config --global user.name "ByeonJungHun"
git config --global init.defaultBranch main
git remote add origin https://{{ git_user }}@{{ git_key }}github.com/CloudMOA/security_check.git git remote add origin https://{{ git_user }}@{{ git_key }}github.com/CloudMOA/security_check.git
git add . git add .
git commit -m "README.md Update" git commit -m "README.md Update"