We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c995a commit b44e13dCopy full SHA for b44e13d
1 file changed
user_guide_src/source/contributing/process.rst
@@ -80,4 +80,7 @@ The basic steps are
80
- `Add your GPG key to your Github account <https://help.github.com/articles/adding-a-new-gpg-key-to-your-github-account/>`_.
81
- `Tell Git <https://help.github.com/articles/telling-git-about-your-gpg-key/>`_ about your GPG key.
82
- `Set default signing <https://help.github.com/articles/signing-commits-using-gpg/>`_ to have all of your commits securely signed automatically.
83
-- Provide your GPG key passphrase, as prompted, when you do a commit,
+- Provide your GPG key passphrase, as prompted, when you do a commit.
84
+
85
+Depending on your IDE, you may have to do your Git commits from your Git bash shell
86
+to use the **-S** option to force the secure signing.
0 commit comments