mhag...@alum.mit.edu writes:
> To add a new proxy, without altering any of the existing ones, use
>
>
> -% git config core.gitproxy '"proxy-command" for example.com'
> +% git config --add core.gitproxy '"proxy-command" for example.com'
>
Sensible; thanks.
--
To unsu
From: Michael Haggerty
The "--add" option is required to add a new value to a multivalued
configuration entry.
Signed-off-by: Michael Haggerty
---
Documentation/git-config.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-config.txt b/Documentation/git-c
2 matches
Mail list logo