We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f78ce + cbc8c61 commit 636991bCopy full SHA for 636991b
1 file changed
Documentation/everyday.txt
@@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.::
98
------------
99
$ tar zxf frotz.tar.gz
100
$ cd frotz
101
-$ git-init
+$ git init
102
$ git add . <1>
103
$ git commit -m "import of frotz source tree."
104
$ git tag v2.43 <2>
0 commit comments