From 39d4e183b663644b7847fed9a49d09f8ad00a0f9 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Mon, 1 Nov 2021 05:31:06 +0000 Subject: [PATCH] pass: add git command example (#7300) --- pages/common/pass.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/pass.md b/pages/common/pass.md index eecdafcfa..71434071c 100644 --- a/pages/common/pass.md +++ b/pages/common/pass.md @@ -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}}`