update
This commit is contained in:
@@ -34,10 +34,10 @@
|
|||||||
shell: |
|
shell: |
|
||||||
pwd
|
pwd
|
||||||
ls -al
|
ls -al
|
||||||
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 config --global init.defaultBranch main
|
||||||
|
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 add .
|
git add .
|
||||||
git commit -m "README.md Update"
|
git commit -m "README.md Update"
|
||||||
|
|||||||
Reference in New Issue
Block a user