aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 012b3da..ed0eb1c 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -171,7 +171,7 @@ another GPG key then your default key, you can
configure Git to using another key by default:
@example
-git configre --global user.signingkey YOUR_GPG_KEY_ID
+git config --global user.signingkey YOUR_GPG_KEY_ID
@end example