-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
66 lines (49 loc) · 1.27 KB
/
dot_gitconfig
File metadata and controls
66 lines (49 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[includeIf "gitdir:~/work/github/"]
path = ~/.gitconfig-gh
[includeIf "gitdir:~/work/gitlab/"]
path = ~/.gitconfig-gl
[includeIf "gitdir:~/work/forgejo/"]
path = ~/.gitconfig.fo
[includeIf "gitdir:~/.local/share/chezmoi/"]
path = ~/.gitconfig-gh
[push]
autoSetupRemote = true
[gpg]
format = ssh
# [diff]
# tool = difftastic
# external = difft
# [difftool]
# prompt = false
# [difftool "difftastic"]
# cmd = difft "$LOCAL" "$REMOTE"
# [pager]
# difftool = true
# delta
[alias]
gone = "!f() { git fetch --all --prune; git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D; }; f"
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
line-numbers = true
hyperlinks = true
hyperlinks-file-link-format = "vscode://file/{path}:{line}"
[merge]
conflictstyle = zdiff3
[credential]
helper = store
[user]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPH8988PhYgrnBb4ZFwGNC+ZBp05xJtstfWzmD6Swrnq
name = sanjay
email = sanjayidpuganti@outlook.com
[commit]
gpgsign = true