Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Commit

Permalink
section membuat repository
Browse files Browse the repository at this point in the history
  • Loading branch information
endymuhardin committed Sep 16, 2011
1 parent f02d6cc commit 725aefc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/main/docbkx/chapters/part-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,23 @@ See 'git help <command>' for more information on a specific command.

<section id="01.03.02.create">
<title>Membuat repository baru</title>
<para></para>
<para>
Untuk membuat repository, kita jalankan perintah git init di dalam folder kosong.
<command>git init</command>
<screen>Initialized empty Git repository in /home/endy/tmp/latihan-git/.git/</screen>

Dengan demikian, kita telah membuat database
untuk menyimpan revision di folder tersebut.
Database ini dikenal dengan istilah repository.
</para>
<para>
Repository git berupa hidden folder bernama .git.
Karena hidden, mungkin saja tidak terlihat,
sehingga kita harus memodifikasi opsi
di Windows Explorer, Nautilus,
atau aplikasi file manager yang kita gunakan
agar menampilkan hidden file/folder.
</para>
</section>

<section id="01.03.03.working-staging-repository">
Expand Down

0 comments on commit 725aefc

Please sign in to comment.