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:
parent
2235e0811d
commit
bd5c917a39
2 changed files with 11 additions and 0 deletions
2
.gitalias
Normal file
2
.gitalias
Normal file
|
@ -0,0 +1,2 @@
|
|||
[alias]
|
||||
pushall = !git remote | xargs -L1 git push --all
|
9
.gitremotes
Normal file
9
.gitremotes
Normal 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/*
|
Loading…
Reference in a new issue