Skip to content

Commit 4df7a28

Browse files
authored
Merge pull request #17 from turfaa/outline-buku-git
Convert outline-buku-git.txt to markdown format
2 parents b2798df + f7b2711 commit 4df7a28

File tree

3 files changed

+74
-140
lines changed

3 files changed

+74
-140
lines changed

outline-buku

Lines changed: 0 additions & 66 deletions
This file was deleted.

outline-buku-git.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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+

outline-buku-git.txt

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)