We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e10d48d + 3e5970a commit 0abd527Copy full SHA for 0abd527
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