add pushall gitalias and all git remotes

pull/187/head
Krispin 2024-02-09 14:07:54 +01:00
rodzic 2235e0811d
commit bd5c917a39
2 zmienionych plików z 11 dodań i 0 usunięć

2
.gitalias 100644
Wyświetl plik

@ -0,0 +1,2 @@
[alias]
pushall = !git remote | xargs -L1 git push --all

9
.gitremotes 100644
Wyświetl plik

@ -0,0 +1,9 @@
[remote "gh"]
url = git@github.com:kr1sp1n/awesome-gemini.git
fetch = +refs/heads/*:refs/remotes/gh/*
[remote "sh"]
url = git@git.sr.ht:~kr1sp1n/awesome-gemini
fetch = +refs/heads/*:refs/remotes/sh/*
[remote "cb"]
url = https://codeberg.org/kr1sp1n/awesome-gemini
fetch = +refs/heads/*:refs/remotes/cb/*