-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_gitconfig
More file actions
38 lines (38 loc) · 823 Bytes
/
Copy path_gitconfig
File metadata and controls
38 lines (38 loc) · 823 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
[core]
editor = /usr/bin/vim
excludesfile = /Users/u110/dotfiles/_gitignore
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[user]
name = u110
email = web.u.project@gmail.com
[diff]
tool = vimdiff
[difftool]
prompt = false
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[alias]
a = add
d = difftool
dc = difftool --cached
b = branch -vvv
co = checkout
st = status
ci = commit
logg = log --graph --decorate --pretty=format:\"%ad [%cn] %h> %n %Cgreen%d%Creset %s %n\" --name-status
logs = log --graph --decorate --pretty=format:\"%ad [%cn] %h> %n %Cgreen%d%Creset %s %n\" --stat
log1 = log --pretty=oneline --graph
f = fetch --all --prune
[core]
editor = vim -c \"set fenc=utf-8\"
[grep]
lineNumber = true
[rebase]
autostash = true