use git: rather than https: in git remote urls; else, github asks for passwords everytime we push

This commit is contained in:
Vijay Dev
2011-06-08 05:06:58 +05:30
parent e89a253705
commit 18d84e50a2

View File

@@ -350,7 +350,7 @@ Navigate to the Rails "GitHub repository":https://github.com/rails/rails and pre
Add the new remote to your local repository on your local machine:
<shell>
$ git remote add mine https://<your user name>@github.com/<your user name>/rails.git
$ git remote add mine git@github.com:<your user name>/rails.git
</shell>
Push to your remote: