Differences between revisions 2 and 3
Revision 2 as of 2013-02-12 18:01:35
Size: 356
Editor: 61
Comment:
Revision 3 as of 2013-09-09 15:40:29
Size: 746
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[http://blog.outsider.ne.kr/865|Github를 이용하는 전체 흐름 이해하기]]
Line 10: Line 11:
일반적인 오픈소스 기여 과정
 1. 기 존재하는 프로젝트 fork
 1. fork 받은 프로젝트를 내 컴퓨터로 clone
 1. git remote add (original 경로) - origin 은 내 포킹 프로젝트이므로 다른 이름 사용
 1. 작업 branch
 1. remote branch
 1. pull request
 

Git repository service. 개발자 커뮤니티로 확장됨

http://github.com

공짜 Git 저장소를 확보할 수 있지만, 비공개로 하려면 돈내야. Bitbucket으로 가면 비공개도 공짜.

관련정보

일반적인 오픈소스 기여 과정

  1. 기 존재하는 프로젝트 fork
  2. fork 받은 프로젝트를 내 컴퓨터로 clone
  3. git remote add (original 경로) - origin 은 내 포킹 프로젝트이므로 다른 이름 사용
  4. 작업 branch
  5. remote branch
  6. pull request


CategorySiteService

GitHub (last edited 2013-09-09 15:40:29 by 61)

web biohackers.net