Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-fetch --upload-pack: disambiguate.
[gitweb.git]
/
Documentation
/
tutorial.txt
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index a09bbea7d7214bbbb02ed1c6013a38b753c80ad6..66680d76bd8bc196bbbfdf98923b6be6354dea0d 100644
(file)
--- a/
Documentation/tutorial.txt
+++ b/
Documentation/tutorial.txt
@@
-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
------------------------------------------------