How to make git diff --ignore-space-change the default

前端 未结 6 1901

I could probably setup an alias, but it seems like I should be able to set this as an option in the config file, only I don\'t see anyway to do it.

I only want the <

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-04 21:10

    According to the Git Config manual, there's no such option. Your only option is to make an alias.

    http://git-scm.com/docs/git-config

提交回复
热议问题