Matt Russell
2014-11-20 39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded
Correct url in git remote command.
1 files modified
2 ■■■ changed files
HACKING.txt 2 ●●● patch | view | raw | blame | history
HACKING.txt
@@ -31,7 +31,7 @@
   $ cd hack-on-pyramid
   # Configure remotes such that you can pull changes from the Pyramid
   # repository into your local repository.
   $ git remote add upstream https://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