-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
59 lines (59 loc) · 1.37 KB
/
.gitconfig
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
59
[user]
name = Temesgen Ataro
email = temesgen.ataro@tii.ae
[push]
default = upstream
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[core]
excludesfile = ~/.gitignore_global
editor = vim
abbrev = 12
[alias]
lol = log --decorate --pretty=oneline --abbrev-commit
lool = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lop = log -p --decorate
lof = log -p --follow --decorate
g = grep --break --heading --line-number
gi = grep --break --heading --line-number --ignore-case
vee = log --decorate --cherry-mark --oneline --graph --boundary
dh = diff HEAD
dc = diff --cached
rhh = reset --hard HEAD
rc = rebase --continue
ca = commit --amend
[merge]
conflictstyle = diff3
summary = true
[sendemail]
name = Temesgen Ataro
chainreplyto = false
[pretty]
fixes = Fixes: %h (\"%s\")
[status]
submoduleSummary = true
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
func = 146 bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f