찾기
내용으로 건너뛰기
추적
문서의 이전 판을 선택했습니다!
저장하면 이 자료로 새 판을 만듭니다.
미디어 파일
======깃헙 (Github)====== {{https://help.github.com/assets/help/set-up-git-86c7e33474f42b08aa14bafb6501b9f8.gif }} https://github.com/ 전통적으로 소스 버전을 관리할 수 있는 시스템으로 동시버전시스템(CVS)과 서브버전관리시스템([[SVN]]) 등이 있다. 이들은 소스를 관리하는 서버가 있는 탓에 소스 변경 사항을 저장하고 관리하려면 네트워크 연결이 필수였다. 리누스 토발즈가 만든 **[[Git]]** 이라는 엔진은 다르다. 오프라인에서도 작업한 다음 온라인으로도 작업 환경을 옮길 수 있다. 그리고 이 깃 엔진을 웹에서 서비스로 만든 게 **깃헙** 이다 근래 뜨거운 이슈를 받고 있는 것이 GitHub 이다. GitHub 는 쉽게 말하면 [[http://www.sourceforge.net/|소스포지]]나 [[https://code.google.com/|구글코드]]와 같은 오픈 소스 저장소이다. 그러나 버전 컨트롤은 Git을 사용하고, 소스 저장소 이외의 소셜 기능 등이 더 있다. 많은 [[tech:open_source_project|오픈 소스 프로젝트]]가 GitHub를 사용 중이다. * [[http://rogerdudler.github.io/git-guide/index.ko.html]] * [[http://rkjun.github.com/git-guide/index.ko.html|Git 간편가이드]] * [[http://www.jjpark.net/61|GitHub 회원 가입부터 설치까지]] * [[http://jacking.tistory.com/1018|흥배]] ====클라이언트==== ===윈도=== * https://windows.github.com/ 윈도우 용. * [[http://blog.hjf.pe.kr/63|Github for Windows 소개]] * [[http://metalkin.tistory.com/45| 깃헙 윈도 리뷰]] ===맥 osx === * https://mac.github.com/ 맥 용 ===우분투=== 그냥 ''git''을 쓰면 된다. sudo apt-get install git 그리고 [[git]] 참조. =====행위===== ====Push==== <file> # Create a new repository on the command line touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/dryoo/openwiki.git git push -u origin master </file> <file> # Push an existing repository from the command line git remote add origin https://github.com/dryoo/openwiki.git git push -u origin master </file> ====Commit==== 변경된 것을 내 컴퓨터에서 깃헙으로 올린다. <file> git add . git commit -a -m "Applied patch" git push -u origin master </file> ====Pull==== 깃헙에 만들어져있는 저장소에서 파일들을 내려받는다. <file> cd dokuwiki/lib/tpl mkdir dokutwitterbootstrap cd dokutwitterbootstrap git init git pull git://github.com/dryoo/daummovie.git </file> ====Status==== git status git status -uno {{rating}} ^ 누구나 수정하실 수 있다. [[http://vaslor.net/syntax|위키 사용법]] 참고하라. ^ {{tag>github}}
2+1?
이 필드는 비어 있도록 유지하세요:
저장
미리 보기
취소
편집 요약
참고: 이 문서를 편집하면 내용은 다음 라이선스에 따라 배포하는 데 동의하는 것으로 간주합니다:
CC Attribution-Noncommercial-Share Alike 4.0 International
연결문서
공지 [14/08/25] 로그인 변경
엔하위키
도쿠위키 다음영화정보 플러긴 (DaumMovie plugin)
깃(Git)
깃랩 (Gitlab)
Kajukkd
Kajukkk (도쿠위키 템플릿)
Nginx
도쿠위키 문서 개수, 그림 수 표시하기 (Dokuwiki plugin Numberof)
Svn
문서 도구
문서 보기
이전 판
연결문서
맨 위로
다크 모드로 보기
☀️
Toggle Menu
기술
너두 고쳐두 됩니다.
사이트 도구
최근 바뀜
미디어 관리자
사이트맵
사용자 도구
등록
로긴
최근 수정된 문서
페러데이_저가_투어
at_hell_s_gate
starfield
[스타필드]
전초기지
[전초기지]
blood_of_the_daedra
clavicus_vile_quest
[움브라의 검]
mazoga_the_orc_quest
만듦
seeking_your_roots
[뿌리찾기 (Seeking Your Roots)]
i2c
arduino
[1306 i2c]
임신과_치과치료
[임신과 치과치료]
유산_사산_휴가_기간
[유산/사산 후 근로기준법 상 휴가기간]
오디오
[휴대기기]
대마초
glycemic_index
[설탕을 피하고, GI수치 60이하의 식품을 먹는다]
reactive_hypoglycemia
[🚫 예방법]
low_insulin_diet
[혈당지수(GI) 낮은 음식을 선택할 것]