Skip to content

Commit

Permalink
Merge pull request progit#78 from m-takagi/progit
Browse files Browse the repository at this point in the history
---

These commits contains the Japanese translation of Chapter 7.
  • Loading branch information
schacon committed Mar 27, 2011
2 parents e329643 + 6a9b85a commit 404a08d
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion ja/02-git-basics/01-chapter2.markdown 100644 → 100755
Expand Up @@ -940,7 +940,7 @@ Git では、注釈付きのタグをシンプルな方法で作成できます

### 署名付きのタグ ###

GPG 秘密鍵を持っていれば、タグに署名をすることができます。その場合は `-a` の場合に `-s` を指定すればいいだけです。
GPG 秘密鍵を持っていれば、タグに署名をすることができます。その場合は `-a` の代わりに `-s` を指定すればいいだけです。

$ git tag -s v1.5 -m 'my signed 1.5 tag'
You need a passphrase to unlock the secret key for
Expand Down

0 comments on commit 404a08d

Please sign in to comment.