]> ToastFreeware Gitweb - gregoa/movein.git/blobdiff - movein
Remove commented out lines.
[gregoa/movein.git] / movein
diff --git a/movein b/movein
index a6a7bc43cdaec434bc3d92a843d80a2880a19748..8cac926fb33d88a6dc462b6c26d911bd0a5c5114 100755 (executable)
--- a/movein
+++ b/movein
@@ -17,6 +17,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 # USA.  
 
+
 set -e
 
 usage() {
@@ -208,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