Remove tabs

This commit is contained in:
Luke Murphy 2020-07-24 10:55:37 +02:00
parent d8a06db7de
commit 10ce9be3cd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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.