File tree Expand file tree Collapse file tree 2 files changed +62
-62
lines changed
Expand file tree Collapse file tree 2 files changed +62
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments