-
no-mistakes - git push 할 때 실수를 방지하기
no-mistakes - git push 할 때 실수를 방지하기 | GeekNews
<ul> <li>실제 remote 앞에 <strong>로컬 git 프록시</strong>를 둬서, <code>origin</code> 대신 <code>no-mistakes</code>로 push하면 검증을 거쳐 <strong>깔끔한 PR</strong>을 자동 생성</li> <li>push 시 <strong>일회용 wor…