[Tip] Fork한 Github 소스 원래 소스와 머지(싱크) 하기



git remote -v
git remote add upstream https://github.com/sullivancolin/hexpy
git fetch upstream
git checkout master
git merge upstream/master
git push



댓글

이 블로그의 인기 게시물

SSH 연결 Delay 해결

[ELK] search guard를 이용한 보안 설정 (사용자 권한)

공공데이터(openapi) 사용법 (특정 정류소, 버스의 남은 좌석 확인 하기)