You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not just leverage environmental variables where it would be the most helpful, like long output, and have a setup script that simply exports them. That way the examples can just look like this.
Example:
$ # assuming you exported the variables from before…
$ 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
The text was updated successfully, but these errors were encountered: