chore: added git subcommand examples for gopass

This commit is contained in:
Michele Cereda
2023-04-06 21:31:20 +02:00
parent 7d120a02f6
commit be4d78ee58

View File

@@ -124,6 +124,10 @@ gopass fsck
gopass sync
gopass sync -s 'store-1''store-N'
# Manage git operations manually.
gopass git pull
gopass git push --store='foo' 'origin' 'main'
# Reset gopass' configuration.
rm "${HOME}/.config/gopass/config"
@@ -149,12 +153,12 @@ done
## Troubleshooting
See [faq].
See the [FAQ] page.
## Further readings
- [website]
- GoPass [documentation]
- GoPass' [website]
- GoPass' [documentation]
- [woile's cheatsheet]
## Sources