From 94a87b2ca459f93f9593ded7694b312c03c2aa76 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 27 Sep 2011 17:29:43 +0200 Subject: [PATCH] Remove commented out lines. --- movein | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/movein b/movein index 8583032..8cac926 100755 --- a/movein +++ b/movein @@ -209,10 +209,8 @@ new() { git config branch.master.merge refs/heads/master git config core.worktree ../../ git config core.bare false -# for file in ; do export GIT_WORK_TREE="$PWD" - git add "$@" -# done + git add "$@" git commit -m "initial checkin" git push --all -- 2.39.5