# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
+
set -e
usage() {
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