pass: add git command example (#7300)

beep
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
1 changed files with 4 additions and 0 deletions

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}}`