Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to show diffs for gpg-encrypted files?

git config --global diff.gpg.textconv "gpg --no-tty --decrypt"
echo "*.gpg filter=gpg diff=gpg" > .gitattributes
Source by magit.vc #
 
PREVIOUS NEXT
Tagged: #How #show #diffs
ADD COMMENT
Topic
Name
1+1 =