From cbcdfa981dedb3ef169c165faf6416ddc3d9fc65 Mon Sep 17 00:00:00 2001 From: HizkiFW Date: Mon, 2 Oct 2017 23:24:19 +0700 Subject: [PATCH] Minor fixes --- outline-buku-git.md | 6 +++--- silabus-training-git.md | 6 +++--- workflow-basic.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/outline-buku-git.md b/outline-buku-git.md index a2a1221..1d9e4ad 100644 --- a/outline-buku-git.md +++ b/outline-buku-git.md @@ -1,6 +1,6 @@ # Outline Buku Git -## Part 1 : Basic +## Part 1: Basic - Apa Itu Version Control - Sejarah Git - Cara Kerja Git @@ -46,7 +46,7 @@ - rerere - bisect -## Part 2 : Kolaborasi +## Part 2: Kolaborasi - Sharing Repository - Via SSH Server - Gitosis @@ -64,7 +64,7 @@ - Github - Gitorious -## Part 3 : Administration +## Part 3: Administration - Instalasi Server - Gitosis - Gitweb diff --git a/silabus-training-git.md b/silabus-training-git.md index 2a0538c..57a3f9e 100644 --- a/silabus-training-git.md +++ b/silabus-training-git.md @@ -1,5 +1,5 @@ # Silabus Training Git -## Sesi 1 +## Sesi 1 - Konsep Git - Apa itu version control - Sejarah Git @@ -51,8 +51,8 @@ - Pull Request ## Sesi 4 -- Github - - membuat account github +- GitHub + - membuat account GitHub - forking repository - membuat pull request - menerima pull request diff --git a/workflow-basic.md b/workflow-basic.md index a3560a4..9f2c610 100644 --- a/workflow-basic.md +++ b/workflow-basic.md @@ -1,6 +1,6 @@ # Workflow Basic -``` +```bash $ git clone $ git branch -a $ git checkout -b topic-branch