diff --git a/progit/templates/docs.html b/progit/templates/docs.html index 8758e57..12556c5 100644 --- a/progit/templates/docs.html +++ b/progit/templates/docs.html @@ -15,13 +15,13 @@
If you already have a git repo:
- git remote add origin {{ config.get('GIT_URL') }}:docs/{{ repo.fullname }}.git
+ git remote add origin {{ config.get('GIT_URL_SSH') }}:docs/{{ repo.fullname }}.git
git push -u origin master
If you have no create your git repo yet:
- git clone {{ config.get('GIT_URL') }}:docs/{{ repo.fullname }}.git
+ git clone {{ config.get('GIT_URL_SSH') }}:docs/{{ repo.fullname }}.git
cd {{ repo.name }}
touch README.rst
git add README.rst