Taskwarrior config
This commit is contained in:
3
dot_config/fish/functions/git/git-clone-gitea.fish
Normal file
3
dot_config/fish/functions/git/git-clone-gitea.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function git-clone-gitea
|
||||
git clone ssh://git@ataraxy.tk:399/Kevin-Mok/$argv[1].git
|
||||
end
|
||||
@@ -1,4 +1,4 @@
|
||||
function git-push-new-gitea
|
||||
git remote add gitea git@git.ataraxy.tk:Kevin-Mok/$argv[1].git
|
||||
git remote add gitea ssh://git@ataraxy.tk:399/Kevin-Mok/$argv[1].git
|
||||
and git push --set-upstream gitea master
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user