Guest User

Untitled

a guest
Apr 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [core]
  2. include = /path/to/file
  3.  
  4. myPrivateInfosFile filter=gpg diff=gpg
  5.  
  6. [filter "gpg"]
  7. smudge = gpg -d -q --batch --no-tty
  8. clean = gpg -ea -q --batch --no-tty -r C920A124
  9. [diff "gpg"]
  10. textconv = decrypt
Add Comment
Please, Sign In to add comment