File tree Expand file tree Collapse file tree 3 files changed +74
-140
lines changed
Expand file tree Collapse file tree 3 files changed +74
-140
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Outline Buku Git
2+
3+ ## Part 1 : Basic
4+ - Apa Itu Version Control
5+ - Sejarah Git
6+ - Cara Kerja Git
7+ - patch
8+ - merge
9+ - Instalasi Git
10+ - Konsep dan Istilah
11+ - Repo
12+ - Index / Staging
13+ - Changeset
14+ - Delta
15+ - Diff
16+ - Commit
17+ - Snapshot
18+ - Head
19+ - HEAD
20+ - Branch
21+ - Tag
22+ - Master
23+ - Basic Command
24+ - init
25+ - add
26+ - add interactive
27+ - commit
28+ - branch
29+ - merge
30+ - log
31+ - diff
32+ - format-patch
33+ - am
34+ - Merapikan Commit dengan rebase
35+ - Remote Command
36+ - clone
37+ - fetch
38+ - merge dari origin
39+ - pull
40+ - push current branch
41+ - push branch lain
42+ - track remote branch
43+ - delete remote branch
44+ - rebase
45+ - development tools
46+ - rerere
47+ - bisect
48+
49+ ## Part 2 : Kolaborasi
50+ - Sharing Repository
51+ - Via SSH Server
52+ - Gitosis
53+ - Instaweb
54+ - Gitweb
55+ - Dav
56+ - Filosofi Branch
57+ - Apa Itu Branch
58+ - Kapan Harus Merge
59+ - Kapan Harus Rebase
60+ - Workflow
61+ - Centralized Repo (Alumni svn)
62+ - Pull Request (Github)
63+ - Social Coding
64+ - Github
65+ - Gitorious
66+
67+ ## Part 3 : Administration
68+ - Instalasi Server
69+ - Gitosis
70+ - Gitweb
71+ - Instaweb
72+ - Migrasi dari Subversion
73+ - Integrasi dengan Redmine
74+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments