Ry's git tutorial

Ry's git tutorial (Korean Translation)


Ry's Git 한글판


목차

Introduction (소개)
The Basics (기초)
Undoing Changes (변경 취소)
Branches, Part I (브랜치(1))
Branches, Part II (브랜치(2))
Rebasing (리베이스)
Rewriting History (히스토리 재작성)
Remotes (원격 저장소)
Centralized Workflows (중앙 저장소)
Distributed Workflows (분산 개발환경)
Patch Workflows (패치 작업)
Tips & Tricks (유용한 명령)
Plumbing (저수준 명령)

 

 

This project is maintained by DevBusan

Hosted on GitHub Pages — Theme by orderedlist

Ry’s Git 한글판

translated by DEVBUSAN community.


Git 초보자를 위한 튜토리얼 교재인 Ry’s git tutorial을 소개합니다.

본 튜토리얼은 저자인 Ryan Hodson의 승인을 받아
부산개발자그룹(DEVBUSAN)이 한글로 번역하여 게시합니다. (2017. 2. 24)


라이 깃 튜토리얼은 커맨드 라인 실습을 통해 분산 버전 관리를 소개하는 완벽한 입문서이다. 우리는 의 강력한 브랜치, 머지, 그리고 협업 가능성을 기초부터 설명한다. 따라서, SVN이나 CVS와 같은 중앙집중식 시스템에 대한 경험은 없어도 된다.

Ry’s Git Tutorial is a complete introduction to distributed version control with a focus on practical command line usage. We explain Git’s robust branching, merging, and collaboration capabilities from the ground up, so prior experience with centralized systems like SVN or CVS is not required.

Published Dec 23, 2012 - Tested on Git 1.7.10