git can I speed up committing?

前端 未结 3 1720
走了就别回头了
走了就别回头了 2021-02-04 01:02

I have a big repository in a shared folder. I use git from within a VM on that folder. Everything works nice, but the repository is big and git\'s searching through all director

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 01:46

    git commit 
    

    maybe? But I don't like the idea of sharing repository on the filesystem. Git is the tool for sharing repository content already.

提交回复
热议问题