-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
24 lines (22 loc) · 783 Bytes
/
Copy path.gitconfig
File metadata and controls
24 lines (22 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; ============================================================
; home-baseline Git defaults
;
; WICHTIG / IMPORTANT:
; Diese Vorlage enthält bewusst keine [user]-Identität.
; sync-home.* setzt Name und E-Mail lokal über setup-git-identity.*
; und überschreibt sie nicht aus dem Repository.
;
; This template intentionally contains no [user] identity.
; sync-home.* sets name and email locally via setup-git-identity.*
; and does not overwrite them from the repository.
; ============================================================
[init]
defaultBranch = main
[core]
autocrlf = input
[pull]
rebase = true
[includeIf "gitdir:~/home-baseline-tmp/"]
path = ~/.gitconfig.d/home-baseline.inc
[includeIf "gitdir:~/home-baseline-source/"]
path = ~/.gitconfig.d/home-baseline.inc