Skip to content

Commit a7a7e0a

Browse files
committed
Merge branch 'master' of github.com:sdss/python_template
2 parents bee85b5 + 513793b commit a7a7e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sphinx/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install and initialize a new product from the template run ::
5858

5959
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.
6060

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 ::
6262

6363
git remote add origin GITHUB_URL
6464
git push

0 commit comments

Comments
 (0)