Skip to content

Commit cbcdfa9

Browse files
committed
Minor fixes
1 parent bf0273f commit cbcdfa9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

outline-buku-git.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Outline Buku Git
22

3-
## Part 1 : Basic
3+
## Part 1: Basic
44
- Apa Itu Version Control
55
- Sejarah Git
66
- Cara Kerja Git
@@ -46,7 +46,7 @@
4646
- rerere
4747
- bisect
4848

49-
## Part 2 : Kolaborasi
49+
## Part 2: Kolaborasi
5050
- Sharing Repository
5151
- Via SSH Server
5252
- Gitosis
@@ -64,7 +64,7 @@
6464
- Github
6565
- Gitorious
6666

67-
## Part 3 : Administration
67+
## Part 3: Administration
6868
- Instalasi Server
6969
- Gitosis
7070
- Gitweb

silabus-training-git.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Silabus Training Git
2-
## Sesi 1
2+
## Sesi 1
33
- Konsep Git
44
- Apa itu version control
55
- Sejarah Git
@@ -51,8 +51,8 @@
5151
- Pull Request
5252

5353
## Sesi 4
54-
- Github
55-
- membuat account github
54+
- GitHub
55+
- membuat account GitHub
5656
- forking repository
5757
- membuat pull request
5858
- menerima pull request

workflow-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workflow Basic
22

3-
```
3+
```bash
44
$ git clone
55
$ git branch -a
66
$ git checkout -b topic-branch

0 commit comments

Comments
 (0)