aboutsummaryrefslogtreecommitdiff
path: root/.gitremotes
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2026-02-22 14:19:31 +0100
committerMax Audron <me@audron.dev>2026-02-22 14:19:31 +0100
commite1c888d5a5bfdca9911499466f7045644c5bb4e9 (patch)
tree8717183406f26db0579988b2c644d100dfa77fba /.gitremotes
parentadd error for unkown sync message slot_name (diff)
add more git remotesmaster
Diffstat (limited to '')
-rw-r--r--.gitremotes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitremotes b/.gitremotes
new file mode 100644
index 0000000..7d8ba5c
--- /dev/null
+++ b/.gitremotes
@@ -0,0 +1,9 @@
+[remote "origin"]
+ url = git@vapor.systems:libquassel.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "github"]
+ url = git@github.com:maxaudron/libquassel.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
+[remote "gitlab"]
+ url = git@gitlab.com:cocainefarm/libquassel.git
+ fetch = +refs/heads/*:refs/remotes/origin/*