Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kc/maint-diff-bwi-fix'
[gitweb.git]
/
Documentation
/
user-manual.txt
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 5242a7e97b994b4a8d62b7cff2f4045166b797e6..19f571ae3bcab2fd96288dfa156062a7fbf89b5e 100644
(file)
--- a/
Documentation/user-manual.txt
+++ b/
Documentation/user-manual.txt
@@
-1009,7
+1009,7
@@
$ git init
If you have some initial content (say, a tarball):
-------------------------------------------------
-$ tar
-
xzvf project.tar.gz
+$ tar xzvf project.tar.gz
$ cd project
$ git init
$ git add . # include everything below ./ in the first commit: