summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-10-21 15:52:42 -0500
committerBryan Bishop <kanzure@gmail.com>2012-10-21 15:52:42 -0500
commit86f664e623dc475e38bc6d4179faf98990bbf596 (patch)
tree981552f40635a9ba95e1096a69795689a9022845
parentcb5f0510570d3293f5f263cf340273640a5388d6 (diff)
fix git remote instructions
-rw-r--r--index.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.mdwn b/index.mdwn
index 5825b5b..e54a5ec 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -13,7 +13,7 @@ Note to push changes you must push with your registered account:
You can make this easier by updating the remotes:
- git remote set-url origin username@wiki.iimarck.us:/srv/git/haxwiki.git
+ git remote add origin username@diyhpl.us:/srv/git/haxwiki.git master
Now "git push" should work without debilitating complaint.