diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-12-16 19:33:37 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-12-16 19:33:37 +0100 |
commit | a0c7a91a507b20ed7c797376c98b02a368193ce5 (patch) | |
tree | 119ded6b23c47a0346a85e0aac18ce55cd1666f1 /docs/chapters | |
parent | 89340a267dfbc2eba3c83426d7ffc1a76017de52 (diff) | |
download | git-buildpackage-a0c7a91a507b20ed7c797376c98b02a368193ce5.tar.gz git-buildpackage-a0c7a91a507b20ed7c797376c98b02a368193ce5.tar.bz2 git-buildpackage-a0c7a91a507b20ed7c797376c98b02a368193ce5.zip |
docs: fix git-init call
Thanks: Pietro Battiston
Diffstat (limited to 'docs/chapters')
-rw-r--r-- | docs/chapters/import.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index 429f9f11..73fc5950 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -153,7 +153,7 @@ EOF <screen> <command>mkdir</command> package-0.1 <command>cd</command> package-0.1 -<command>git-init</command> +<command>git init</command> </screen> <para>Then you import the upstream sources, branch off the <option>upstream-branch</option> branch and add the debian files (e.g. via dh_make): |