aboutsummaryrefslogtreecommitdiff
path: root/.gitremotes
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2026-01-30 18:50:53 +0100
committerMax Audron <me@audron.dev>2026-01-30 18:58:21 +0100
commit450b35e427460cfa1b274010c70b638c7e96176f (patch)
tree00c3cbfb1c0ab67fde95bd4f18c1ed18c9b17c84 /.gitremotes
parentadd flake (diff)
add git remotes
Diffstat (limited to '.gitremotes')
-rw-r--r--.gitremotes9
1 files changed, 9 insertions, 0 deletions
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/*