summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-04-14 18:42:15 -0400
committerSteve Piercy <web@stevepiercy.com>2014-04-14 18:42:15 -0400
commit7e795061639c1cebef68204ae49c5f19b8a50bc3 (patch)
tree5e09e149b2c35d584c163bd2b692ba1272126a2e
parentc7f8f43d1df7620928581cb8fbbfb7974f2c52d6 (diff)
parent176914bfea1de3f04617ecde594c07600d8842c4 (diff)
downloadpyramid-7e795061639c1cebef68204ae49c5f19b8a50bc3.tar.gz
pyramid-7e795061639c1cebef68204ae49c5f19b8a50bc3.tar.bz2
pyramid-7e795061639c1cebef68204ae49c5f19b8a50bc3.zip
Merge pull request #1293 from xpostudio4/master
Modified the way anonymous commiters configure the remote, the older
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 460d02047..8e2c049c2 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -31,7 +31,7 @@ By Hand
$ cd hack-on-pyramid
# Configure remotes such that you can pull changes from the Pyramid
# repository into your local repository.
- $ git remote add upstream git@github.com:Pylons/pyramid.git
+ $ git remote add upstream https://github.com:Pylons/pyramid.git
# fetch and merge changes from upstream into master
$ git fetch upstream
$ git merge upstream/master