Modify the gitconfig
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
email = git.exclaim518@passmail.net
|
||||
[core]
|
||||
editor = kak
|
||||
excludesFile = ~/.config/git/ignore
|
||||
[commit]
|
||||
verbose = true
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[diff]
|
||||
colorMoved = default
|
||||
algorithm = histogram
|
||||
@@ -10,9 +15,15 @@
|
||||
conflictStyle = zdiff3
|
||||
[color]
|
||||
ui = auto
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[tag]
|
||||
sort = version:refname
|
||||
[alias]
|
||||
st = status
|
||||
co = checkout
|
||||
br = branch
|
||||
ci = commit
|
||||
lg = log --oneline --graph --decorate --all
|
||||
lg = log --graph --pretty=format:'%C(auto)%h%Creset %Cgreen%cr%Creset %C(bold blue)%an%Creset %s%C(auto)%d%Creset' --all
|
||||
branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:relative) %(refname:short)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user