[[Git]] repository service. 개발자 커뮤니티로 확장됨 http://github.com 공짜 [[Git]] 저장소를 확보할 수 있지만, 비공개로 하려면 돈내야. [[Bitbucket]]으로 가면 비공개도 공짜. 관련정보 * [[https://speakerdeck.com/u/holman/p/how-to-build-a-github|How to build a GitHub]] * [[http://blog.outsider.ne.kr/865|Github를 이용하는 전체 흐름 이해하기]] 일반적인 오픈소스 기여 과정 1. 기 존재하는 프로젝트 fork 1. fork 받은 프로젝트를 내 컴퓨터로 clone 1. git remote add (original 경로) - origin 은 내 포킹 프로젝트이므로 다른 이름 사용 1. 작업 branch 1. remote branch 1. pull request ---- CategorySiteService