GIT_DIR=~/.fgits/$REPO.git git init --bare && cd .fgits/$REPO.git \
&& git remote add origin ssh://$GITSERVER$GITPATH/$REPO.git \
&& git config core.bare false && git config core.worktree ../../ \
- && git config branch.master.remote origin && git config branch.master.merge refs/heads/master
+ && git config branch.master.remote origin && git config branch.master.merge refs/heads/master \
+ && git config status.showUntrackedFiles no
+
ssh $GITSERVER "GIT_DIR=$GITPATH/$REPO.git git init-db"