forked from lokidokicoki/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitconfig
More file actions
34 lines (34 loc) · 732 Bytes
/
gitconfig
File metadata and controls
34 lines (34 loc) · 732 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
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[user]
name = rtregaskis
email = rtregaskis@dresources.com
[core]
excludesfile = /Users/rtregaskis/.gitignore_global
editor = vim
compression = 0
pager = less -FRSX
[color]
ui = true
[push]
default = simple
[alias]
gui = !sh -c /usr/local/git/libexec/git-core/git-gui
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[merge]
tool = vimdiff
conflictstyle = diff3
[credential]
helper = osxkeychain
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
[mergetool]
prompt = false
[diff]
tool = mvimdiff
[difftool]
prompt = false