Sometimes people just copy/paste examples/documentation. Maybe is better to put a note or a placeholder. Example: ``` sh $ git config --global user.signingkey [KEY-ID-HERE] $ git config --global commit.gpgsign true ```
Sometimes people just copy/paste examples/documentation.
Maybe is better to put a note or a placeholder.
Example:
$ git config --global user.signingkey [KEY-ID-HERE] $ git config --global commit.gpgsign true