mirror of
https://github.com/kr1sp1n/awesome-gemini.git
synced 2025-12-11 15:52:20 +00:00
add pushall gitalias and all git remotes
This commit is contained in:
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/*
|
||||
Reference in New Issue
Block a user