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

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