sudo git --git-dir=".git" pull origin master

等同于

sudo git pull origin master

也可以重命名.git

sudo git --git-dir=".antgit" pull origin master

相关文章: