-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
48 lines (45 loc) · 1.25 KB
/
.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
# This is Git's per-user configuration file.
[alias]
co = checkout
ci = commit
ba = branch -avv
m = merge
s = status
fe = fetch -p -P
[core]
excludesfile = /Users/bait/.gitignore
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
# Make `git rebase` safer on macOS
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false
# Prevent showing files whose names contain non-ASCII symbols as unversioned.
# http://michael-kuehnel.de/git/2014/11/21/git-mac-osx-and-german-umlaute.html
precomposeunicode = false
# Speed up commands involving untracked files such as `git status`.
# https://git-scm.com/docs/git-update-index#_untracked_cache
untrackedCache = true
[commit]
# https://help.github.com/articles/signing-commits-using-gpg/
gpgsign = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[github]
user = kikar
[gpg]
program = gpg
[help]
autocorrect = 20
[merge]
tool = opendiff
# Include summaries of merged commits in newly created merge commit messages
log = true
[push]
# https://git-scm.com/docs/git-config#git-config-pushdefault
default = simple
[user]
name = Gady Piazza
email = [email protected]
signingkey = C95944D3