We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Filters allow you to run specified files through arbitrary commands at build time.
Setting name and email with environment variables in gitconfig.erb.
gitconfig.erb
fresh config/gitconfig.erb --file=~/.gitconfig --filter=erb
[user] name=<%= ENV["NAME"] %> email=<%= ENV["EMAIL"] %>
Decrypting files with GnuPG.
fresh encrypted_file.asc --filter=gpg