aboutsummaryrefslogtreecommitdiff
path: root/.gitremotes
blob: 7d8ba5c4d46d2a717d7298c989285f7c12647be5 (plain)
1
2
3
4
5
6
7
8
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/*