1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:15:27 +02:00

pass: add git command example (#7300)

This commit is contained in:
CleanMachine1 2021-11-01 05:31:06 +00:00 committed by GitHub
parent 5cb227b0c9
commit 39d4e183b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,3 +31,7 @@
- Initialize a new Git repository (any changes done by pass will be committed automatically):
`pass git init`
- Run a Git command on behalf of the password storage:
`pass git {{command}}`