diff --git a/bin/git-all b/bin/git-all index a22323e..36f6dcc 100755 --- a/bin/git-all +++ b/bin/git-all @@ -23,14 +23,14 @@ commit() { ## execute execute() { - shift; + shift; # Skip current branch eval "$*"; } ## shell() { - shift; + shift; # Skip current branch bash -i; }