Skip to content

Instantly share code, notes, and snippets.

@rxx
Last active February 13, 2020 09:04
Show Gist options
  • Save rxx/faf43b11667203052ec21a385d48d710 to your computer and use it in GitHub Desktop.
Save rxx/faf43b11667203052ec21a385d48d710 to your computer and use it in GitHub Desktop.
System tips

Kill and restart gpg agent (Fish Shell)

pkill gpg-agent ; gpg-agent --daemon

Sign previous commit

git commit -S --amend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment