[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



댓글

이 블로그의 인기 게시물

python으로 키움증권 Open API 를 이용해서 주식 정보 조회하기

SSH 연결 Delay 해결

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