aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-24 23:28:50 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-24 23:28:50 +0200
commite8082727c80bb1b2f0d2f6b34d67ee815dd736d7 (patch)
tree6c094e9262412c437bf904eac7d7bae0f9b1b69d /using-git.texinfo
parentMerge branch 'master' of github.com:maandree/using-git (diff)
downloadusing-git-e8082727c80bb1b2f0d2f6b34d67ee815dd736d7.tar.gz
using-git-e8082727c80bb1b2f0d2f6b34d67ee815dd736d7.tar.bz2
using-git-e8082727c80bb1b2f0d2f6b34d67ee815dd736d7.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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