1
0
Fork 0
mirror of https://github.com/kr1sp1n/awesome-gemini.git synced 2024-11-20 11:26:40 -05:00

add pushall gitalias and all git remotes

This commit is contained in:
Krispin 2024-02-09 14:07:54 +01:00
parent 2235e0811d
commit bd5c917a39
2 changed files with 11 additions and 0 deletions

2
.gitalias Normal file
View file

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

9
.gitremotes Normal file
View file

@ -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/*