-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
executable file
·39 lines (30 loc) · 769 Bytes
/
gitconfig
File metadata and controls
executable file
·39 lines (30 loc) · 769 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
[user]
email = 6059347+khashf@users.noreply.github.com
name = Khuong Luu
[github]
user = khashf
[alias]
update-submodules = submodule update --init --recursive
upgrade-submodules = submodule update --init --remote
[color]
ui = auto
[color "grep"]
match = cyan bold
selected = blue
context = normal
filename = magenta
linenumber = green
separator = yellow
function = blue
[pretty]
line = "%C(auto)%h%d %s %C(yellow)by %C(blue)%an %C(green)%ar"
compact = "%C(auto)%h %s %C(green)%ar%n %C(auto)%d%n"
detail = "%C(auto)%h %s%n %C(yellow)by %C(blue)%an %C(magenta)<%ae> [%G?] %C(green)%ar%n %C(auto)%d%n"
[core]
excludesfile = ~/.gitignore_global
[credential]
helper = cache --timeout=3600
[grep]
lineNumber = true
[push]
default = upstream