-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgitconfig
More file actions
45 lines (45 loc) · 913 Bytes
/
gitconfig
File metadata and controls
45 lines (45 loc) · 913 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[alias]
co = checkout
st = status
glog = log --pretty='format:%d %Cgreen%h%Creset %an - %s' --graph
clog = log --pretty='- [x] %h %s'
slog = log --pretty='- %h %s (%an)'
[branch]
autosetuprebase = always
sort = -committerdate
[commit]
gpgsign = true
[core]
excludesfile = ~/.gitignore
pager = /opt/homebrew/opt/git/share/git-core/contrib/diff-highlight/diff-highlight | less
trustctime = false
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
[fetch]
all = true
prune = true
pruneTags = true
[gpg]
program = /usr/local/MacGPG2/bin/gpg2
[help]
autocorrect = prompt
[include]
path = ~/.gitconfig.local
[init]
defaultBranch = main
[merge]
conflictStyle = zdiff3
ff = only
[push]
autoSetupRemote = true
followTags = true
[rebase]
autoStash = true
autosquash = true
[rerere]
autoupdate = true
enabled = true
[tag]
sort = version:refname