add gitlab to remotes

This commit is contained in:
Krispin
2024-02-09 14:26:53 +01:00
parent bd5c917a39
commit a9295ebe64
2 changed files with 5 additions and 1 deletions

View File

@@ -6,4 +6,7 @@
fetch = +refs/heads/*:refs/remotes/sh/*
[remote "cb"]
url = https://codeberg.org/kr1sp1n/awesome-gemini
fetch = +refs/heads/*:refs/remotes/cb/*
fetch = +refs/heads/*:refs/remotes/cb/*
[remote "gl"]
url = git@gitlab.com:kr1sp1n/awesome-gemini.git
fetch = +refs/heads/*:refs/remotes/gl/*