Skip to content

Instantly share code, notes, and snippets.

View Wiesmak's full-sized avatar

Gerard Gajda Wiesmak

View GitHub Profile
@Wiesmak
Wiesmak / git_signing.md
Created October 10, 2025 12:47
Configure git commit signing on windows

Configure git signing on windows

1. Generate ssh key

ssh-keygen -t ed25519 -C git_signing

2. Enable ssh-agent

Set-Service -Name ssh-agent -StartupType Automatic
@Wiesmak
Wiesmak / Privacy policy
Last active April 7, 2022 18:30
Privacy policy
We do not collect your data. Full stop.
@Wiesmak
Wiesmak / RubyMineEvalReset.ps1
Created May 11, 2020 14:23
RubyMine Evaluation Reset for Windows
rm ~\.RubyMine*\
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\rubymine" /f