mirror of
https://github.com/git/git.git
synced 2024-12-02 06:24:01 +08:00
Merge branch 'maint-1.6.1' into maint
* maint-1.6.1: everyday: use the dashless form of git-init
This commit is contained in:
commit
cbc8c61041
@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.::
|
|||||||
------------
|
------------
|
||||||
$ tar zxf frotz.tar.gz
|
$ tar zxf frotz.tar.gz
|
||||||
$ cd frotz
|
$ cd frotz
|
||||||
$ git-init
|
$ git init
|
||||||
$ git add . <1>
|
$ git add . <1>
|
||||||
$ git commit -m "import of frotz source tree."
|
$ git commit -m "import of frotz source tree."
|
||||||
$ git tag v2.43 <2>
|
$ git tag v2.43 <2>
|
||||||
|
Loading…
Reference in New Issue
Block a user