사용자 도구

사이트 도구


git:github:collaboration

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
마지막 판 양쪽 다음 판
git:github:collaboration [2013/09/15 17:39]
kwon37xi [Pull Request]
git:github:collaboration [2014/02/08 16:20]
kwon37xi [Upstream remote 추가]
줄 13: 줄 13:
 cd opensourceproject cd opensourceproject
 git remote add upstream git@github.com:/원래/프로젝트.git git remote add upstream git@github.com:/원래/프로젝트.git
 +</code>
  
 +===== Upstream을 내 master에 받아오기 =====
 +<code>
 # Upstream 프로젝트 머지 # Upstream 프로젝트 머지
 git fetch upstream git fetch upstream
줄 26: 줄 29:
 git checkout -b enhancement_345 git checkout -b enhancement_345
 </code> </code>
 +
 +===== 커밋하기 =====
 +커밋할 때는 ''fixes #이슈번호'' 형태로 만들면 Github 이슈에 적용된다. [[https://help.github.com/articles/closing-issues-via-commit-messages|Closing issues via commit messages]]
 +<code sh>
 +git commit -am "Adding a header; fixes #3"
 +</code>
 +
  
 ===== 자신의 포킹한 프로젝트로 Push한다 ===== ===== 자신의 포킹한 프로젝트로 Push한다 =====
git/github/collaboration.txt · 마지막으로 수정됨: 2014/02/08 22:04 저자 kwon37xi