summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2015-03-28 08:37:02 -0700
committerW. Trevor King <wking@tremily.us>2015-03-28 08:37:02 -0700
commitc3d24b3e28bfdcf218dd789bffd63443cfc06049 (patch)
treeb36c65f06fc6edd82c33432eeca137bb7525d71e
parent2a10fc7c9d949c836a1134c5b2a3ad1a22376503 (diff)
nmbug: You only need to push over SSH
You can still pull with the Git protocol. Pulling over SSH is optional, and likely depends on how paranoid you are about MiTM attacks ;). Still, if pulling with the Git protocol is good enough for non-contributors, it's probably good enough for contributors as well.
-rw-r--r--nmbug.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/nmbug.mdwn b/nmbug.mdwn
index 4635933..6305380 100644
--- a/nmbug.mdwn
+++ b/nmbug.mdwn
@@ -70,9 +70,9 @@ email) to David Bremner. There is a convenience command:
$ nmbug push
-But you will have to change your url with:
+But you will have to change your push URL with:
- $ git --git-dir=$HOME/.nmbug remote set-url origin nmbug@nmbug.tethera.net:nmbug-tags
+ $ git --git-dir=$HOME/.nmbug remote set-url --push origin nmbug@nmbug.tethera.net:nmbug-tags
## Tagging conventions