-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_gitconfig
More file actions
16 lines (16 loc) · 736 Bytes
/
_gitconfig
File metadata and controls
16 lines (16 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
email = yury.khalyavin@gmail.com
name = Yury Khalyavin
[core]
pager = less -R
[color]
ui = auto
[alias]
lg1 = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(green)(%ar)%C(reset) %C(white)%s%C(reset) %C(yellow)— %an%C(reset)%C(yellow)%d%C(reset)' --abbrev-commit --date=relative
lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit
lg = !"git lg1"
[http]
sslVerify = false
postBuffer = 524288000
[gui]
fontdiff = -family \"Nimbus Mono L\" -size 13 -weight normal -slant roman -underline 0 -overstrike 0