Git#
Gitignore#
See also
git - Gitignore not working - Stack Overflow [1]
Troubleshooting#
GPG signing#
You may get this error while signing a GIT commit
error: gpg failed to sign the data
fatal: failed to write commit object
Change the pin entry mode
echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
Footnotes