You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ To install and initialize a new product from the template run ::
58
58
59
59
During the installation `cookiecutter <https://github.com/audreyr/cookiecutter>`__ will ask you a series of prompts to specify options and variable names, e.g. your name, the repository/folder name, the package name (which can be identical to the repository name), etc. These definitions will be inserted into the package in designated places to customise it for you.
60
60
61
-
The **create_git_repo** prompt asks ``do you want to create a git repository out of your new package?``. If you answer ``yes``, the product will be initialised as a git repository. The final prompts ask ``did you already create a new repository on Github?`` and ``what is your Github username?``. If you answer ``yes``, and specify a name, a remote origin will be added to your new git repository and will be pushed to Github. If not, `create a GitHub repository <https://help.github.com/articles/creating-a-new-repository/>`_ (either at the `SDSS organisation <https://github.com/sdss>`_ or in your personal account) and copy the URL provided by GitHub. In the root of your local product run ::
61
+
The **create_git_repo** prompt asks ``do you want to create a git repository out of your new package?``. If you answer ``yes``, the product will be initialised as a git repository. The final prompts ask ``did you already create a new repository on Github?`` and ``what is your Github username?``. If you answer ``yes``, and specify a name, a remote origin will be added to your new git repository and will be pushed to Github. If not, `create a blank GitHub repository <https://help.github.com/articles/creating-a-new-repository/>`_ (either at the `SDSS organisation <https://github.com/sdss>`_ or in your personal account) and copy the URL provided by GitHub. Make sure the Github repository is initially empty. In the root of your local product run ::
0 commit comments