-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
41 lines (33 loc) · 883 Bytes
/
Copy path.gitconfig
File metadata and controls
41 lines (33 loc) · 883 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
[alias]
s = status -s
b = branch
co = checkout
df = diff
l = log --graph --abbrev-commit --name-status --date=local
graph = log --graph --date-order --all --pretty=format:'%h %Cred%d %Cgreen%ad %Cblue%cn %Creset%s' --date=short
svn-url = config --get svn-remote.svn.url
svn-clone = svn clone --trunk=trunk --branches=branches
[user]
email = alpha22jp@gmail.com
name = alpha22jp
[core]
quotepath = false
editor = emacsclient
[pull]
rebase = false
[color]
ui = auto
[pager]
branch = cat
[include]
path = .gitconfig.local
path = .gitconfig.os
path = .gitconfig.github
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[tig]
main-view = id:yes date:local=yes author:full commit-title:graph=yes,refs=yes
vertical-split = no