From c3d24b3e28bfdcf218dd789bffd63443cfc06049 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 28 Mar 2015 08:37:02 -0700 Subject: [PATCH] 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. --- nmbug.mdwn | 4 ++-- 1 file 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 -- 2.43.0