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

Signing a Windows EXE file

You can try using Microsoft’s Sign Tool You download it as part of the Windows SDK for Windows Server 2008 and .NET 3.5. Once downloaded you can use it from the command line like so: signtool sign /a MyFile.exe This signs a single executable, using the “best certificate” available. (If you have no certificate, it … Read more

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