-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
53 lines (47 loc) · 964 Bytes
/
gitconfig
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
[user]
email = [email protected]
name = dcorral
signingkey = /home/dcorral/.ssh/id_rsa.pub
[core]
pager = delta
editor = nvim
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = false
side-by-side = true
syntax-theme = gruvbox-dark
[merge]
conflictstyle = diff3
tool = meld
[diff]
colorMoved = default
tool = meld
[init]
defaultBranch = main
[branch]
sort = -committerdate
[alias]
fpush = push
staash = stash --all
bb = !$DOTFILES/utils/better-branch.sh
[maintenance]
repo = /home/dcorral/workspace/CV-SCs
repo = /home/dcorral/workspace/CV-frontend
[gpg]
format = ssh
sshsign = true
[commit]
sshsign = true
gpgSign = true
[gpg "ssh"]
allowedSignersFile = /home/dcorral/.ssh/allowed_signers
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/gh auth git-credential
[pull]
rebase = false
[push]
autoSetupRemote = true