diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-24 23:28:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-24 23:28:50 +0200 |
commit | e8082727c80bb1b2f0d2f6b34d67ee815dd736d7 (patch) | |
tree | 6c094e9262412c437bf904eac7d7bae0f9b1b69d | |
parent | Merge branch 'master' of github.com:maandree/using-git (diff) | |
download | using-git-e8082727c80bb1b2f0d2f6b34d67ee815dd736d7.tar.gz using-git-e8082727c80bb1b2f0d2f6b34d67ee815dd736d7.tar.bz2 using-git-e8082727c80bb1b2f0d2f6b34d67ee815dd736d7.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | using-git.texinfo | 2 |
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 |