Steve Piercy
2017-06-02 c3bb231f4bb36fd30cdf740607c3faeb5b4a1ee5
append ` --checkout master` to cookie cutter command
6 files modified
18 ■■■■ changed files
docs/narr/project.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tour.rst 4 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/cookiecutters.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki/installation.rst 4 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/installation.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -85,7 +85,7 @@
.. code-block:: bash
   $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter
   $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master
If prompted for the first item, accept the default ``yes`` by hitting return.
docs/quick_tour.rst
@@ -510,7 +510,7 @@
.. code-block:: bash
    $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter
    $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master
If prompted for the first item, accept the default ``yes`` by hitting return.
@@ -866,7 +866,7 @@
.. code-block:: bash
    $ cd ~
    $ env/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
    $ env/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout master
If prompted for the first item, accept the default ``yes`` by hitting return.
docs/quick_tutorial/cookiecutters.rst
@@ -28,7 +28,7 @@
    .. code-block:: bash
        $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter
        $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master
    If prompted for the first item, accept the default ``yes`` by hitting return.
docs/tutorials/modwsgi/index.rst
@@ -39,7 +39,7 @@
    .. code-block:: bash
       $ cd ~
       $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter
       $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master
    If prompted for the first item, accept the default ``yes`` by hitting return.
docs/tutorials/wiki/installation.rst
@@ -31,7 +31,7 @@
.. code-block:: bash
    $ cd ~
    $ cookiecutter gh:Pylons/pyramid-cookiecutter-zodb
    $ cookiecutter gh:Pylons/pyramid-cookiecutter-zodb --checkout master
On Windows
^^^^^^^^^^
@@ -39,7 +39,7 @@
.. code-block:: doscon
    c:\> cd \
    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-zodb
    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-zodb --checkout master
On all operating systems
^^^^^^^^^^^^^^^^^^^^^^^^
docs/tutorials/wiki2/installation.rst
@@ -43,7 +43,7 @@
.. code-block:: bash
    $ cd ~
    $ cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
    $ cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout master
On Windows
^^^^^^^^^^
@@ -51,7 +51,7 @@
.. code-block:: doscon
    c:\> cd \
    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout master
On all operating systems
^^^^^^^^^^^^^^^^^^^^^^^^