diff options
| author | W. Trevor King <wking@tremily.us> | 2015-03-28 08:37:02 -0700 |
|---|---|---|
| committer | W. Trevor King <wking@tremily.us> | 2015-03-28 08:37:02 -0700 |
| commit | c3d24b3e28bfdcf218dd789bffd63443cfc06049 (patch) | |
| tree | b36c65f06fc6edd82c33432eeca137bb7525d71e | |
| parent | 2a10fc7c9d949c836a1134c5b2a3ad1a22376503 (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.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
