This commit is contained in:
ByeonJungHun
2024-01-04 16:03:01 +09:00
parent 17781c64bb
commit 7b3010558a

View File

@@ -39,7 +39,7 @@
git config --global init.defaultBranch main git config --global init.defaultBranch main
git init git init
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 pull git pull origin main
git add . git add .
git commit -m "README.md Update" git commit -m "README.md Update"
git push origin main git push origin main