-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
47 lines (47 loc) · 1004 Bytes
/
.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
[user]
email = [email protected]
name = Naufil (Z-xus)
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
[init]
defaultBranch = main
[color]
ui = auto
[push]
default = simple
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[mergetool "vimdiff"]
cmd = nvim -d $BASE $LOCAL $REMOTE $MERGED
[http]
postBuffer = 524288000
lowSpeedLimit = 0
lowSpeedTime = 999999
[alias]
st = status -s
co = checkout
ci = commit
br = branch
df = diff --color-words
lgs = shortlog --summary --numbered
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ls = ls-files
aa = add -A
cam = commit -am
ci = commit
bl = blame -w -C -C -C -L
aliases = config --get-regexp alias
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[rerere]
enabled = true
[branch]
sort = -committerdate
[safe]
directory = /home/neon/