wrenix.eu/content/2023-05-pass.md
2024-11-07 20:34:34 +01:00

19 lines
315 B
Markdown

+++
title = "Passwordmanager mit GPG-Key"
date = "2023-05-18"
template = "blog/page.html"
[taxonomies]
authors = ["me"]
#tags = [
# "gpg",
# "desktop"
#]
+++
```
pass init 0x7AFDB012974B1BB5
pass edit dev/codeberg.org
git remote add origin git@codeberg.org:wrenix/password-store.git
git push -u origin main
```