DEV Community

Discussion on: How to Sign Commits in Git for Fish Shell

Collapse
 
mrcodekiddie profile image
Muthu Kumar • Edited


git config --global user.signingkey (gpg --list-secret-keys --keyid-format LONG | grep sec | awk '{split($0,a,"/"); print a[2]}' | awk '{split($0,a," "); print a[1]}')

Meme image saying "No Need to thank me"