aboutsummaryrefslogtreecommitdiff
path: root/.gitremotes
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2025-12-14 01:24:44 +0100
committerMax Audron <me@audron.dev>2025-12-14 01:24:44 +0100
commit80d86c0794c43ceafffbb2b0aae9a9588069da42 (patch)
tree62298e36f52d3fb80767defa2b18d5155448c975 /.gitremotes
parentrelease 1.7.0 (diff)
update readme and 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..dc045e4
--- /dev/null
+++ b/.gitremotes
@@ -0,0 +1,9 @@
+[remote "origin"]
+ url = git@vapor.systems:catinator.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "github"]
+ url = git@github.com:maxaudron/catinator.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "gitlab"]
+ url = git@gitlab.com:cocainefarm/catinator.git
+ fetch = +refs/heads/*:refs/remotes/origin/*