diff options
| author | Matt Russell <matthew.russell@horizon5.org> | 2014-11-19 23:20:01 +0000 |
|---|---|---|
| committer | Matt Russell <matthew.russell@horizon5.org> | 2014-11-19 23:20:01 +0000 |
| commit | 39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded (patch) | |
| tree | 05dc527d10ac6583469fdb93f75c6428d1af4731 /HACKING.txt | |
| parent | ca7a3c2dbde0de62927eeaf6b454c511a342ed9d (diff) | |
| download | pyramid-39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded.tar.gz pyramid-39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded.tar.bz2 pyramid-39c7e4fec6265355b3eefb77a5dfbf9d6fc26ded.zip | |
Correct url in git remote command.
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index e3afbf241..16c17699c 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 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 |
