Skip to content

Commit 085018f

Browse files
authored
Merge pull request #16 from turfaa/silabus-training-git
Convert silabus-training-git to markdown format
2 parents 4df7a28 + 8618894 commit 085018f

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

silabus-training-git

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

silabus-training-git.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Silabus Training Git
2+
## Sesi 1
3+
- Konsep Git
4+
- Apa itu version control
5+
- Sejarah Git
6+
- Perbedaan Git dengan Version Control lain
7+
- distributed
8+
- staging area
9+
- local named branch
10+
11+
- Istilah Penting
12+
- Repository
13+
- Changeset
14+
- Snapshot
15+
- Commit
16+
- Patch
17+
- Merge
18+
19+
- Instalasi Git di Ubuntu
20+
- Instalasi OpenSSH Server
21+
- Instalasi Git, Git Gui, Gitk
22+
23+
- Instalasi Git di Windows
24+
- Instalasi Putty
25+
- Instalasi MSysGit
26+
- Instalasi TortoiseGit
27+
28+
## Sesi 2
29+
- Perintah standar
30+
- init
31+
- add
32+
- diff
33+
- commit
34+
- log
35+
- checkout
36+
- list branch
37+
- compare branch
38+
- merge
39+
- rebase
40+
41+
## Sesi 3
42+
- Kolaborasi
43+
- clone
44+
- fetch
45+
- pull
46+
- push
47+
- mengelola repository remote
48+
49+
- Workflow
50+
- Shared Repository
51+
- Pull Request
52+
53+
## Sesi 4
54+
- Github
55+
- membuat account github
56+
- forking repository
57+
- membuat pull request
58+
- menerima pull request
59+
- Best Practices
60+
- merge vs rebase
61+
- mengelola paralel development
62+
- release management

0 commit comments

Comments
 (0)