From def80987fe3b28396ae122e8c7886051e4cafb44 Mon Sep 17 00:00:00 2001 From: "piran.montford" Date: Sat, 17 Feb 2018 11:52:47 +0000 Subject: [PATCH 1/2] Add config git-ftp.remote-root to docs (contination of #163) --- man/git-ftp.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/git-ftp.1.md b/man/git-ftp.1.md index 0037807..45a7e69 100644 --- a/man/git-ftp.1.md +++ b/man/git-ftp.1.md @@ -265,7 +265,7 @@ changes between branch `master` and branch `develop`: Don't repeat yourself. Setting config defaults for git-ftp in .git/config - $ git config git-ftp.<(url|user|password|syncroot|cacert|keychain)> + $ git config git-ftp.<(url|user|password|syncroot|cacert|keychain|...)> Everyone likes examples: @@ -278,6 +278,7 @@ Everyone likes examples: $ git config git-ftp.insecure 1 $ git config git-ftp.key ~/.ssh/id_rsa $ git config git-ftp.keychain user@example.com + $ git config git-ftp.remote-root htdocs After setting those defaults, push to *john@ftp.example.com* is as simple as From 9e5d1c73666540c618977ae97c5cc775dbbe13e3 Mon Sep 17 00:00:00 2001 From: "piran.montford" Date: Sat, 17 Feb 2018 11:56:30 +0000 Subject: [PATCH 2/2] Add self to AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 38daed1..90292bf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,3 +15,4 @@ Maikel Linke Dan Rench Marc Addeo Hugo Laloge +Piran Montford