Skip to content

Instantly share code, notes, and snippets.

View elektro-wolle's full-sized avatar

Wolfgang Jung elektro-wolle

View GitHub Profile
@elektro-wolle
elektro-wolle / remove-gpg-user.sh
Last active August 13, 2025 21:11 — forked from glogiotatidis/remove-gpg-user.sh
Git-crypt remove user. Allow spaces in filenames/directories
#!/usr/bin/env bash
#
# Script to remove GPG key from git-crypt
#
# It will re-initialize git-crypt for the repository and re-add all keys except
# the one requested for removal.
#
# Note: You still need to change all your secrets to fully protect yourself.
# Removing a user will prevent them from reading future changes but they will
# still have a copy of the data up to the point of their removal.