git remote add origin $REPO_URL
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.worktree ../../
+ git config status.showUntrackedFiles no
GIT_WORK_TREE="$PWD" git pull
trap - 0
git remote add origin $REPO_URL
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.worktree ../../
+ git config status.showUntrackedFiles no
export GIT_WORK_TREE="$PWD"
git add "$@"
git commit -m "initial checkin"