Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BostX committed Oct 30, 2023
1 parent 50626e2 commit 1b7d752
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions notes/cli/git.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,8 @@
#
# show how the pid of gpg-agent an the command line how was it started
ps h -o pid,command -p (pidof gpg-agent)
pkill gpg-agent
gpg-agent --pinentry-program=(which pinentry-gtk-2) --daemon
# gpg-agent --pinentry-program=(which pinentry) --daemon
pkill gpg-agent && gpg-agent --pinentry-program=(which pinentry-gtk-2) --daemon
# pkill gpg-agent && gpg-agent --pinentry-program=(which pinentry) --daemon

# delete all remote/origin branches except 'master'
git --git-dir=$dgx/.git branch --all | \
Expand Down

0 comments on commit 1b7d752

Please sign in to comment.