Skip to content

Commit b44e13d

Browse files
committed
Add a note about the bash shell
1 parent 08c995a commit b44e13d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

user_guide_src/source/contributing/process.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ The basic steps are
8080
- `Add your GPG key to your Github account <https://help.github.com/articles/adding-a-new-gpg-key-to-your-github-account/>`_.
8181
- `Tell Git <https://help.github.com/articles/telling-git-about-your-gpg-key/>`_ about your GPG key.
8282
- `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,
83+
- 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

Comments
 (0)