From 1d0be81ac31542fede855d5014eaf3af107db090 Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Wed, 5 Oct 2011 08:14:30 -0400 Subject: [PATCH] get rid of some(?) of the 'bare and worktree don't make sense' errors Signed-off-by: Mike O'Connor --- movein | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/movein b/movein index 8583032..2fbdd55 100755 --- a/movein +++ b/movein @@ -162,7 +162,7 @@ add() { git config branch.master.remote origin git config branch.master.merge refs/heads/master git config core.worktree ../../ - git config core.bare false +# git config core.bare false GIT_WORK_TREE="$PWD" git pull trap - 0 cat <> $MRCONFIG @@ -208,7 +208,7 @@ new() { git config branch.master.remote origin git config branch.master.merge refs/heads/master git config core.worktree ../../ - git config core.bare false +# git config core.bare false # for file in ; do export GIT_WORK_TREE="$PWD" git add "$@" -- 2.39.5