-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
46 lines (46 loc) · 944 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
[core]
editor = vim
autocrlf = input
pager = less
[user]
email = vijaylulla@gmail.com
name = Vijay Lulla
signingkey = A64CB348F0B6836F
[alias]
ap = add --patch
br = branch -a
ci = commit
co = checkout
conf = config --show-origin --list
f = !git ls-files | grep -i
gr = grep -Ii
graph = log --all --pretty=format:\"%C(yellow bold)%h%Creset | %C(green bold)%as%Creset %s\" --graph --date=short
grep = grep -Ii
hist = log --pretty=format:\"%C(yellow bold)%h%Creset | %C(green bold)%as%Creset %s\" --graph --date=short
la = !git config --list | grep alias
rl = reflog
st = status -sb
[init]
defaultBranch = main
[credential]
helper = cache --timeout=18000
[commit]
gpgSign = true
[color]
ui = auto
[format]
pretty = oneline
[pull]
## rebase = true
ff = only
[merge]
## ff = false
tool = vimdiff
conflictstyle = zdiff3
[mergetool]
prompt = false
[diff]
tool = vimdiff
algorithm = histogram
[difftool]
tool = vimdiff