Twitchy game script

This commit is contained in:
2020-03-17 04:40:27 -04:00
parent 527b573d29
commit e1dc984707
14 changed files with 107 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
function git-push-new-gitea
git remote add $argv[1] ssh://git@kevin-mok.com:399/Kevin-Mok/$argv[2].git
and git push --set-upstream $argv[1] master
git remote add origin ssh://git@kevin-mok.com:399/Kevin-Mok/$argv[1].git
and git push --set-upstream origin master
end