**###주의사항###
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로 재가공)
https://github.com/argoproj/argo-workflows/issues/14719
[김영준 멘토님] argo 환경셋팅
[김영준 멘토님] gitea