https://github.com/HOPARKSUNG


**###주의사항###
1. 작업 브랜치 위치 항상 먼저 확인
git checkout
git checkout test/my-test-dev

2. upstream(원본argo)의 최신 정보 가져오기
git fetch upstream

3. 최신 버전을 내 브랜치에 적용
git rebase upstream/master

4. 내 포크 저장소(origin)에 로컬의 최신상태를 푸시
git push --force-with-lease origin test/my-test-dev**

설치 환경 구성 & 트러블슈팅 러프하지만 순차적으로 기록 (pdf로 재가공)

Argo 나아가는 방향





https://github.com/argoproj/argo-workflows/issues/14719

[김영준 멘토님] argo 환경셋팅

https://docs.google.com/presentation/d/1Kqvb8ctWwsZwH-TGuyFpZpb2v3jwIF7DtJ7GYg7AXlc/edit?slide=id.g370bb2ac469_0_0#slide=id.g370bb2ac469_0_0

[김영준 멘토님] gitea