aboutsummaryrefslogtreecommitdiff
path: root/.gitremotes
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2026-01-06 23:23:21 +0100
committerMax Audron <me@audron.dev>2026-01-06 23:23:21 +0100
commit4441731c0f38afd26f1cae412b916e49103a0163 (patch)
treed27b2cc0c544ef35bdefa17c436d77a2c009e5f5 /.gitremotes
parentrelease 1.1.0 (diff)
add .gitremotes fileHEADmain
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..f76d308
--- /dev/null
+++ b/.gitremotes
@@ -0,0 +1,9 @@
+[remote "origin"]
+ url = git@vapor.systems:gtree.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "github"]
+ url = git@github.com:maxaudron/gtree.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "gitlab"]
+ url = git@gitlab.com:cocainefarm/gtree.git
+ fetch = +refs/heads/*:refs/remotes/origin/*