mirror of https://github.com/nirenjan/dotfiles.git
Add new settings to gitconfig
parent
7ceee1933a
commit
7bc98cc69d
|
@ -23,6 +23,12 @@
|
|||
safecrlf = true
|
||||
eol = lf
|
||||
pager = less -R
|
||||
editor = vim
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
renameLimit = 10000000
|
||||
[diff]
|
||||
renameLimit = 10000000
|
||||
[alias]
|
||||
lg = log --color --pretty=format:'%Cblue%h%Creset - %C(magenta bold)%d%Creset %s %Cgreen(%ar) %C(bold red)<%an>%Creset' --abbrev-commit --no-merges
|
||||
graph = log --color --pretty=format:'%Cblue%h%Creset - %C(magenta bold)%d%Creset %s %Cgreen(%ar) %C(bold red)<%an>%Creset' --abbrev-commit --graph
|
||||
|
|
Loading…
Reference in New Issue