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