$XDG_CONFIG_HOME/git/attributes
Did you send your changes to Git and it got integrated? That’s pretty cool :)
Yes
I have been tweaking my favorite git diff settings for quite a while. This is what I currently have in my bashrc:
alias my-git-diff='git -c diff.color.old='\''15 1'\'' -c diff.color.new='\''15 28'\'' -c diff.color.meta='\''16 8'\'' diff --word-diff=color --word-diff-regex='\''[a-z0-9]+|[^a-z0-9]+'\'''
$XDG_CONFIG_HOME/git/attributes
and you will not need to add any extra configuration to Git.Did you send your changes to Git and it got integrated? That’s pretty cool :)
Yes
I have been tweaking my favorite git diff settings for quite a while. This is what I currently have in my bashrc: