forked from maniac-en/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitconfig
33 lines (33 loc) · 921 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
[advice]
addIgnoredFile = false
addEmptyPathspec = false
detachedHead = false
[alias]
listlog = log --color --graph --pretty=format:'%C("#00FFFF")%h%Creset :%C(yellow)%d%Creset %s %Cgreen(%cr) %C("#FFFFFF")<%an>%Creset' --abbrev-commit
headlog = log --color --pretty=format:'%Cgreen%h%Creset :%C(yellow)%d%Creset %s%Creset' --abbrev-commit -n1
quicklog = log --color --pretty=format:'%Cgreen%h%Creset :%C(yellow)%d%Creset %s%Creset' --abbrev-commit -n10
[color]
ui = auto
[commit]
gpgsign = true
[core]
editor = vim
excludesfile = ~/.gitignore_global
[diff]
tool = vimdiff
submodule = log
[difftool]
prompt = false
[init]
defaultBranch = main
[merge]
tool = vimdiff
conflictstyle = diff3
[pull]
rebase = false
[user]
name = Shivam Mehta
email = [email protected]
signingkey = 951CA67EAC433918BE2875B635CA96A67982D315
[push]
default = nothing