How to make git ignore changes to submodules by default

后端 未结 5 1876
无人共我
无人共我 2021-01-05 12:11

Since gitmodules were introduced in Git, I like to add them like so:

[submodule \"actionbarsherlock\"]
path = actionbarsherlock
url = git://github.com/JakeWh         


        
5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-05 12:50

    So to close this, no, there is not default option for it (sadly).

提交回复
热议问题