diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-10-21 15:52:42 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-10-21 15:52:42 -0500 |
| commit | 86f664e623dc475e38bc6d4179faf98990bbf596 (patch) | |
| tree | 981552f40635a9ba95e1096a69795689a9022845 | |
| parent | cb5f0510570d3293f5f263cf340273640a5388d6 (diff) | |
fix git remote instructions
| -rw-r--r-- | index.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
