A few configuration examples
There are configuration targets in the core Git system. In this section, we'll take a closer look at a few of them that might be useful in your daily work.
We'll look at the following three different configuration areas:
- Rebase and merge setup
- Expiry of objects
- Autocorrect
Getting ready
In this exercise, we'll just set a few configurations. We'll use the data model repository from Chapter 1, Navigating Git:
$ cd data-model
How to do it...
Let's take a closer look at the previously mentioned configuration areas.
Rebase and merge setup
By default, when performing git pull
, a merge commit will be created if the history of the local branch has diverged from the remote one. However, to avoid all these merge commits, a repository ...
Get Git: Mastering Version Control now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.