Chapters ▾
1st Edition
-
. Başlanğıc
-
. Git Basics
-
. Git Branching
-
. Git on the Server
- .1 The Protocols
- .2 Getting Git on a Server
- .3 Generating Your SSH Public Key
- .4 Setting Up the Server
- .5 Public Access
- .6 GitWeb
- .7 Gitosis
- .8 Gitolite
- .9 Git Daemon
- .10 Hosted Git
- .11 Summary
-
. Distributed Git
-
. Git Tools
- .1 Revision Selection
- .2 Interactive Staging
- .3 Stashing
- .4 Rewriting History
- .5 Debugging with Git
- .6 Submodules
- .7 Subtree Merging
- .8 Summary
Chapter 7
Customizing Git
So far, I’ve covered the basics of how Git works and how to use it, and I’ve introduced a number of tools that Git provides to help you use it easily and efficiently. In this chapter, I’ll go through some operations that you can use to make Git operate in a more customized fashion by introducing several important configuration settings and the hooks system. With these tools, it’s easy to get Git to work exactly the way you, your company, or your group needs it to.