git log --graph --oneline --decorate --all
See only which files have changed: git log --name-status
- These are just a few of the possible parameters you can use. For more, see
+ These are just a few of the possible parameters you can use. For more, see
git log --help
diff --git a/index.id.html b/index.id.html
index 67d5871f..9f21932f 100644
--- a/index.id.html
+++ b/index.id.html
@@ -33,20 +33,21 @@
git log --graph --oneline --decorate --all
Sekedar melihat berkas yang berubah: git log --name-status
- Ini baru sedikit saja dari sekian banyak parameter yang bisa kamu gunakan. Lebih jauh lagi, lihat
+ Ini baru sedikit saja dari sekian banyak parameter yang bisa kamu gunakan. Lebih jauh lagi, lihat
git log --help
diff --git a/index.it.html b/index.it.html
index c7df2744..a2182f53 100644
--- a/index.it.html
+++ b/index.it.html
@@ -32,21 +32,22 @@
la tua copia locale del repository è composta da tre "alberi" mantenuti da git.
Il primo è la tua Directory di lavoro che contiene i files attuali.
- Il secondo è l'Index che fa da spazio di transito per i files
+ Il secondo è l'Index che fa da spazio di transito per i files
e per finire l'HEAD che punta all'ultimo commit fatto.