-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
71 lines (59 loc) · 1.7 KB
/
Copy pathgitconfig
File metadata and controls
71 lines (59 loc) · 1.7 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
67
68
69
70
71
[color]
ui = true
[alias]
b = branch
ci = commit
st = status
co = checkout
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
bb = "!f() { \
printf '%-30s | %-20s | %-20s | %-50s\n' 'Branch Name' 'Last Commit Date' 'Last Commit Author' 'Last Commit Message'; \
printf '%-30s-+-%-20s-+-%-20s-+-%-50s\n' '------------------------------' '--------------------' '--------------------' '--------------------------------------------------'; \
git for-each-ref --sort=-committerdate --format='%(refname:short)|%(committerdate:short)|%(authorname)|%(contents:subject)' refs/heads/ | \
column -s '|' -t; \
}; f"
[core]
autocrlf = false
editor = vim
eol = lf
excludesfile = ~/.gitignore
filemode = false
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
side-by-side = true
line-numbers = true
syntax-theme = Monokai Extended
[diff]
algorithm = patience
colorMoved = zebra
[github]
user = rapsad
[user]
email = devilzaba@gmail.com
name = Dawid Półchłopek
signingkey = ~/.ssh/id_ed25519_singing_key_github.pub
[includeIf "gitdir:~/s/"]
path = ~/.gitconfig-work
[includeIf "gitdir:~/work/"]
path = ~/.gitconfig-work
[pager]
branch = false
[url "git@github.com:"]
insteadOf = https://github.com/
[url "git@github.com:AirHelp/"]
insteadOf = https://github.com/AirHelp/
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[commit]
gpgsign = true
[gpg]
format = ssh
[init]
defaultBranch = main