X-Git-Url: https://git.toastfreeware.priv.at/gregoa/movein.git/blobdiff_plain/ebf6432b0bfd6b641af50442e0300b3a5c9607bd..94a87b2ca459f93f9593ded7694b312c03c2aa76:/movein 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