Skip to content

Commit cbc8c61

Browse files
committed
Merge branch 'maint-1.6.1' into maint
* maint-1.6.1: everyday: use the dashless form of git-init
2 parents 93467ee + 0abd527 commit cbc8c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/everyday.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.::
9898
------------
9999
$ tar zxf frotz.tar.gz
100100
$ cd frotz
101-
$ git-init
101+
$ git init
102102
$ git add . <1>
103103
$ git commit -m "import of frotz source tree."
104104
$ git tag v2.43 <2>

0 commit comments

Comments
 (0)