From 10ce9be3cdef6687757cfaba666e38edf6265f6c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Jul 2020 10:55:37 +0200 Subject: [PATCH] Remove tabs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a3b73f..1738730 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Add the following to the bottom of your `.git/config`. ``` [remote "all"] - url = ssh://gitea@vvvvvvaria.org:12345/rra/dropship.git - url = git@github.com:decentral1se/dropship.git + url = ssh://gitea@vvvvvvaria.org:12345/rra/dropship.git + url = git@github.com:decentral1se/dropship.git ``` The `git push -u all main` will setup `git push` to automatically push to both remotes.