sudo git --git-dir=".git" pull origin master
等同于
sudo git pull origin master
也可以重命名.git
.git
sudo git --git-dir=".antgit" pull origin master