Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hizkifw committed Oct 2, 2017
1 parent bf0273f commit cbcdfa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions outline-buku-git.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Outline Buku Git

## Part 1 : Basic
## Part 1: Basic
- Apa Itu Version Control
- Sejarah Git
- Cara Kerja Git
Expand Down Expand Up @@ -46,7 +46,7 @@
- rerere
- bisect

## Part 2 : Kolaborasi
## Part 2: Kolaborasi
- Sharing Repository
- Via SSH Server
- Gitosis
Expand All @@ -64,7 +64,7 @@
- Github
- Gitorious

## Part 3 : Administration
## Part 3: Administration
- Instalasi Server
- Gitosis
- Gitweb
Expand Down
6 changes: 3 additions & 3 deletions silabus-training-git.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Silabus Training Git
## Sesi 1
## Sesi 1
- Konsep Git
- Apa itu version control
- Sejarah Git
Expand Down Expand Up @@ -51,8 +51,8 @@
- Pull Request

## Sesi 4
- Github
- membuat account github
- GitHub
- membuat account GitHub
- forking repository
- membuat pull request
- menerima pull request
Expand Down
2 changes: 1 addition & 1 deletion workflow-basic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow Basic

```
```bash
$ git clone
$ git branch -a
$ git checkout -b topic-branch
Expand Down

0 comments on commit cbcdfa9

Please sign in to comment.