From c60ce995afab75aaeab193357bb76510ea7a725d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Sep 2024 01:33:39 +0200 Subject: checkpoint --- config/essentials/shell/functions.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config/essentials') diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index d798a3e..9e12715 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -124,14 +124,6 @@ unzipp() { # fix long waiting time __git_files() { _wanted files expl 'local files' _files; } -ginit() -{ - [ "$1" ] || return 1 - ssh db /var/git/initdir.sh "$1" - git remote add origin git@db:"$1.git" - git push --set-upstream origin $(git_current_branch) -} - # Returns current branch git_current_branch() { -- cgit v1.2.3