-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
58 lines (44 loc) · 863 Bytes
/
Copy pathgitconfig
File metadata and controls
58 lines (44 loc) · 863 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
46
47
48
49
50
51
52
53
54
55
56
57
58
[user]
name = Tom Fenton
email = tom@mediasuite.co.nz
[github]
user = tfentonz
[core]
editor = nvim
[diff]
tool = vimdiff
[difftool]
prompt = false
[merge]
tool = vimdiff
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
whitespace = red reverse
[color "status"]
diff = auto
added = yellow
changed = green
untracked = cyan
[commit]
verbose = true
[push]
default = simple
autoSetupRemote = true
[url "git://github.com"]
insteadOf = "github:"
[filter "lfs"]
smudge = git-lfs smudge %f
required = true
clean = git-lfs clean %f
[alias]
dad = !curl -w \"\\n\" https://icanhazdadjoke.com/ && git add
ls = log --stat --pretty=short --graph
pwd = !"cd -- ${GIT_PREFIX:.}; pwd"
run = !cd -- ${GIT_PREFIX:-.} && npm run
stu = status --untracked-files=no
unstage = reset HEAD