-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
54 lines (54 loc) · 1.25 KB
/
gitconfig
File metadata and controls
54 lines (54 loc) · 1.25 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
[user]
name = Bruno Chagas
email = 105735+bchagas@users.noreply.github.com
signingkey = 0945C686D8278751
[color]
diff = auto
status = auto
branch = auto
ui = true
[alias]
ci = commit -am
co = checkout
b = branch
st = status -s
l = log --graph
who = shortlog -s --
commits = log -p --format='\n\n\n%C(yellow)================================================================================\n%C(yellow)%h %s %C(white)%an%Creset'
[core]
editor = vim
autocrlf = input
excludesfile = ~/.gitignore
[help]
autocorrect = 1
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)%an%Creset
[commit]
gpgsign = true
[diff]
tool = filemerge
[difftool]
prompt = false
[difftool "meld"]
trustExitCode = true
cmd = open -W -a Meld --args \"$LOCAL\" \"$PWD/$REMOTE\"
[merge]
tool = opendiff
[mergetool]
prompt = false
[mergetool "meld"]
trustExitCode = true
cmd = open -W -a Meld --args --auto-merge \"$PWD/$LOCAL\" \"$PWD/$BASE\" \"$PWD/$REMOTE\" --output=\"$PWD/$MERGED\"
[gpg]
program = gpg
[url "git@github.com:"]
insteadOf = git://github.com/
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[safe]
directory = /opt/mports/macports-base