diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-22 12:17:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-22 12:17:35 +0200 |
commit | 028df6748f740ae037c48cd9eac1786c60de35f5 (patch) | |
tree | 7eef11b06eed0911a0bd9c1d7526f8752044377f | |
parent | bisection (diff) | |
download | using-git-028df6748f740ae037c48cd9eac1786c60de35f5.tar.gz using-git-028df6748f740ae037c48cd9eac1786c60de35f5.tar.bz2 using-git-028df6748f740ae037c48cd9eac1786c60de35f5.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 592df2c..e566a5d 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -133,7 +133,7 @@ are ready to stage it and make your first commit: @example git add .gitignore -git commit -n 'first commit' +git commit -m 'first commit' @end example |