Code

Merge branch 'js/refs' into next
[git.git] / Documentation / tutorial.txt
index a09bbea7d7214bbbb02ed1c6013a38b753c80ad6..66680d76bd8bc196bbbfdf98923b6be6354dea0d 100644 (file)
@@ -18,7 +18,7 @@ Assume you have a tarball project.tar.gz with your initial work.  You
 can place it under git revision control as follows.
 
 ------------------------------------------------
-$ tar -xzf project.tar.gz
+$ tar xzf project.tar.gz
 $ cd project
 $ git init-db
 ------------------------------------------------