git status的完整写法是: git --git-dir=".git" --work-tree="." status 完整写法的好处----可以在git库以外的路径执行
git --git-dir="morrir.git" remote update //让mirror库同步原始库