Disable enter passphrase for each commit

default-cache-ttl max-cache-ttl This is the correct way to do this. The default timeout there is 10 minutes so if there are more then 10 minutes between your commits you would have to extend the time. C:\Users\SashaChernykh.gnupg\gpg-agent.conf This is not the correct path. This would be the path on a GNU/Linux system. The Home directory for … Read more

Sign git commits with GPG

Note: Adding the -S option all the time can be cumbersome. In git 2.0 and later, you can add a config which will take care of that option for you. See commit 2af2ef3 by Nicolas Vigier (boklm): Add the commit.gpgsign option to sign all commits If you want to GPG sign all your commits, you … Read more

Git sign off previous commits?

To signoff the previous commit, use amend option: git commit –amend –signoff Since Git 2.13, you can use the –signoff rebase option to specify range of commits to signoff (credits to @sschuberth). Example to signoff last two commits: git rebase –signoff HEAD~2 To signoff multiple commits using Git prior to version 2.13, use filter-branch and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)