Skip to content

Commit 0742443

Browse files
committed
Merge pull request #68 from satob/update-08-customizing-git
Translate Chapter 8 "Customizing Git"
2 parents dfe0505 + ccef714 commit 0742443

File tree

6 files changed

+873
-7
lines changed

6 files changed

+873
-7
lines changed

book/08-customizing-git/1-customizing-git.asc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
[[_customizing_git]]
2+
//////////////////////////
23
== Customizing Git
4+
//////////////////////////
5+
== Git のカスタマイズ
36
7+
//////////////////////////
48
So far, we've covered the basics of how Git works and how to use it, and we've introduced a number of tools that Git provides to help you use it easily and efficiently.
59
In this chapter, we'll see how you can make Git operate in a more customized fashion, by introducing several important configuration settings and the hooks system.
610
With these tools, it's easy to get Git to work exactly the way you, your company, or your group needs it to.
11+
//////////////////////////
12+
ここまで本書では、Git の基本動作やその使用法について扱ってきました。また、Git をより簡単に効率よく使うためのさまざまなツールについても紹介しました。
13+
本章では、重要な設定項目やフックシステムを使用して、よりカスタマイズされた方法で Git を操作する方法について扱います。
14+
これらを利用すれば、みなさん自身やその勤務先、所属グループのニーズにあわせた方法で Git を活用できるようになるでしょう。
715
816
include::sections/config.asc[]
917
@@ -13,8 +21,16 @@ include::sections/hooks.asc[]
1321
1422
include::sections/policy.asc[]
1523
24+
//////////////////////////
1625
=== Summary
26+
//////////////////////////
27+
=== まとめ
1728
29+
//////////////////////////
1830
We've covered most of the major ways that you can customize your Git client and server to best fit your workflow and projects.
1931
You've learned about all sorts of configuration settings, file-based attributes, and event hooks, and you've built an example policy-enforcing server.
2032
You should now be able to make Git fit nearly any workflow you can dream up.
33+
//////////////////////////
34+
Git クライアントとサーバーをカスタマイズして自分たちのプロジェクトやワークフローにあてはめるための主要な方法を説明しました。
35+
あらゆる設定項目やファイルベースの属性、そしてイベントフックについて学び、特定のポリシーを実現するサーバーを構築するサンプルを示しました。
36+
これで、あなたが思い描くであろうほぼすべてのワークフローにあわせて Git を調整できるようになったはずです。

0 commit comments

Comments
 (0)