-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitconfig
More file actions
37 lines (29 loc) · 730 Bytes
/
Copy pathgitconfig
File metadata and controls
37 lines (29 loc) · 730 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
[user]
name = Ilya Otyutskiy
email = sharp@thesharp.org
[includeIf "gitdir:~/Projects/ddl/"]
path = ~/.gitconfig-ddl
[alias]
st = status
ci = commit -a
ls = ls-files
co = checkout
tree = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
[color]
diff = auto
status = auto
branch = auto
ui = auto
[push]
default = current
[core]
excludesfile = /Users/sharp/.gitignore_global
[github]
user = thesharp
[init]
defaultBranch = master
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true