forked from endymuhardin/belajarGit
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsilabus-training-git
62 lines (54 loc) · 960 Bytes
/
silabus-training-git
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Sesi 1
- Konsep Git
- Apa itu version control
- Sejarah Git
- Perbedaan Git dengan Version Control lain
- distributed
- staging area
- local named branch
- Istilah Penting
- Repository
- Changeset
- Snapshot
- Commit
- Patch
- Merge
- Instalasi Git di Ubuntu
- Instalasi OpenSSH Server
- Instalasi Git, Git Gui, Gitk
- Instalasi Git di Windows
- Instalasi Putty
- Instalasi MSysGit
- Instalasi TortoiseGit
Sesi 2
- Perintah standar
- init
- add
- diff
- commit
- log
- checkout
- list branch
- compare branch
- merge
- rebase
Sesi 3
- Kolaborasi
- clone
- fetch
- pull
- push
- mengelola repository remote
- Workflow
- Shared Repository
- Pull Request
Sesi 4
- Github
- membuat account github
- forking repository
- membuat pull request
- menerima pull request
- Best Practices
- merge vs rebase
- mengelola paralel development
- release management