Skip to content

Commit

Permalink
outline chapter perintah dasar
Browse files Browse the repository at this point in the history
  • Loading branch information
endymuhardin committed Sep 16, 2011
1 parent e4e68a2 commit f02d6cc
Showing 1 changed file with 53 additions and 5 deletions.
58 changes: 53 additions & 5 deletions src/main/docbkx/chapters/part-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,12 @@
</para>

<para>
Setelah selesai, kita bisa test dengan membuka command prompt dan mengetik perintah <command>git</command>.
Setelah selesai, kita bisa test
dengan membuka command prompt
dan mengetik perintah <command>git</command>.

Kalau instalasi berjalan lancar, maka akan muncul output dari git sebagai berikut.
Kalau instalasi berjalan lancar,
maka akan muncul output dari git sebagai berikut.

<screen><![CDATA[
usage: git [--version] [--exec-path[=<path>]] [--html-path]
Expand Down Expand Up @@ -339,7 +342,8 @@ See 'git help <command>' for more information on a specific command.
<section id="01.02.02.ubuntu">
<title>Instalasi Git di Ubuntu</title>
<para>
Untuk instalasi di Ubuntu, kita perlu menginstal paket-paket berikut :
Untuk instalasi di Ubuntu, kita perlu menginstal paket-paket
berikut :
<itemizedlist>
<listitem>git-core</listitem>
<listitem>gitg</listitem>
Expand Down Expand Up @@ -399,11 +403,55 @@ See 'git help <command>' for more information on a specific command.

</chapter>



<chapter id="01.03.basic">
<title>Perintah Dasar</title>

<section id="01.03.01.setup">
<title>Konfigurasi Awal</title>
<para></para>
</section>


<section id="01.03.02.create">
<title>Membuat repository baru</title>
<para></para>
</section>

<section id="01.03.03.working-staging-repository">
<title>Working, Staging, dan Commit</title>
<para></para>
</section>

<section id="01.03.04.status">
<title>Melihat status working folder</title>
<para></para>
</section>

<section id="01.03.05.add">
<title>Memasukkan perubahan ke staging area</title>
<para></para>
</section>

<section id="01.03.06.commit">
<title>Menyimpan isi staging area ke commit area</title>
<para></para>
</section>

<section id="01.03.07.log">
<title>Melihat history perubahan</title>
<para></para>
</section>

<section id="01.03.08.diff">
<title>Membandingkan antar versi</title>
<para></para>
</section>

<section id="01.03.09.checkout">
<title>Pergi ke masa lalu</title>
<para></para>
</section>

</chapter>

<chapter id="01.04.branch-merge-rebase">
Expand Down

0 comments on commit f02d6cc

Please sign in to comment.