-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
76 lines (71 loc) · 1.59 KB
/
gitconfig
File metadata and controls
76 lines (71 loc) · 1.59 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[user]
name = Mohammad Zolfaghari
email = zidom72@gmail.com
[github]
user = zoli
[alias]
s = status
l = log --graph --abbrev-commit --date=relative
ld = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
go = checkout
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[apply]
whitespace = fix
[core]
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
whitespace = space-before-tab,indent-with-non-tab,trailing-space
pager = delta
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
log = true
conflictStyle = zdiff3
[url "git@github.com:"]
insteadOf = "gh:"
pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/"
[url "git://github.com/"]
insteadOf = "github:"
[url "git@gist.github.com:"]
insteadOf = "gst:"
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
insteadOf = "gist:"
[push]
default = simple
[credential]
helper = /usr/lib/git-core/git-credential-libsecret
[cola]
fontdiff = FiraCode Nerd Font,11,-1,5,50,0,0,0,0,0
[sendemail]
from = Mohammad Zolfaghari <zidom72@gmail.com>
smtpserver = smtp.gmail.com
smtpuser = zidom72@gmail.com
smtpserverport = 587
smtpencryption = tls
[pull]
rebase = true
ff = only
[safe]
directory = /opt/flutter
[delta]
navigate = true
[diff]
algorithm = histogram