-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
34 lines (33 loc) · 761 Bytes
/
Copy pathgitconfig
File metadata and controls
34 lines (33 loc) · 761 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
[user]
email = mmmorks@mmmorks.net
name = mmmorks
[alias]
st = status
co = checkout
nuke = clean -fdx
tree = log --graph --decorate --pretty=oneline --abbrev-commit
cb = change-branch
fa = fetch --all
d = difftool
lola = log --all --decorate --oneline --graph
[core]
editor = nvim
[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
[diff]
tool = nvimdiff
[difftool]
prompt = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[protocol "file"]
allow = always
[submodule]
recurse = true