From bc93b3a00f7a4365cd2fbf8ac966bc1b61331582 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 22 Oct 2008 19:40:41 +0200 Subject: [PATCH] Zit: delegate all other commands to git --- zit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zit b/zit index 44a9054..d40692f 100755 --- a/zit +++ b/zit @@ -45,4 +45,9 @@ case $cmd in list) zit_list ;; + *) + zit_setup $1 + cd $ZIT_DIR + git $cmd "$@" $1 + ;; esac -- 2.32.0.93.g670b81a890