From 450b35e427460cfa1b274010c70b638c7e96176f Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 30 Jan 2026 18:50:53 +0100 Subject: add git remotes --- .gitremotes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitremotes (limited to '.gitremotes') diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 0000000..e5982fa --- /dev/null +++ b/.gitremotes @@ -0,0 +1,9 @@ +[remote "origin"] + url = git@vapor.systems:ac-cup-server.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "github"] + url = git@github.com:maxaudron/ac-cup-server.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "gitlab"] + url = git@gitlab.com:cocainefarm/ac-cup-server.git + fetch = +refs/heads/*:refs/remotes/origin/* -- cgit v1.2.3