Skip to content

Commit a3464cf

Browse files
authored
Merge pull request #107 from zettaittenani/patch-1
Fix typos at hooks.asc
2 parents 9b51570 + 79ee086 commit a3464cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/08-customizing-git/sections/hooks.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use these hooks for all sorts of reasons.
1414
他のバージョンコントロールシステムと同じように、Gitにも特定のアクションが発生した時にカスタムスクリプトを叩く方法があります。
1515
このようなフックは、クライアントサイドとサーバーサイドの二つのグループに分けられます。
1616
クライアントサイドフックはコミットやマージといったクライアントでの操作の際に、サーバーサイドフックはプッシュされたコミットの受け取りといったネットワーク操作の際に、それぞれ実行されます。
17-
これらのフックは、さまざまなな目的に用いることができます
17+
これらのフックは、さまざまな目的に用いることができます
1818
1919
//////////////////////////
2020
==== Installing a Hook
@@ -111,7 +111,7 @@ After the entire commit process is completed, the `post-commit` hook runs.
111111
It doesn't take any parameters, but you can easily get the last commit by running `git log -1 HEAD`.
112112
Generally, this script is used for notification or something similar.
113113
//////////////////////////
114-
コミットプロセスが全て完了した後には、`post-commit`フックが実行されます。
114+
コミットプロセスが全て完了した後には、 `post-commit` フックが実行されます。
115115
このフックはパラメータを取りませんが、 `git log -1 HEAD` を実行することで直前のコミットを簡単に取り出すことができます。
116116
一般的にこのスクリプトは何かしらの通知といった目的に使用されます。
117117

0 commit comments

Comments
 (0)