Modify the gitconfig
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -114,3 +114,5 @@ if ! shopt -oq posix; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export PATH="$PATH:/home/kk/.local/share/pi-node/node-v22.22.3-linux-x64/bin"
|
||||||
|
|||||||
@@ -3,6 +3,11 @@
|
|||||||
email = git.exclaim518@passmail.net
|
email = git.exclaim518@passmail.net
|
||||||
[core]
|
[core]
|
||||||
editor = kak
|
editor = kak
|
||||||
|
excludesFile = ~/.config/git/ignore
|
||||||
|
[commit]
|
||||||
|
verbose = true
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
[diff]
|
[diff]
|
||||||
colorMoved = default
|
colorMoved = default
|
||||||
algorithm = histogram
|
algorithm = histogram
|
||||||
@@ -10,9 +15,15 @@
|
|||||||
conflictStyle = zdiff3
|
conflictStyle = zdiff3
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
[branch]
|
||||||
|
sort = -committerdate
|
||||||
|
[tag]
|
||||||
|
sort = version:refname
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
co = checkout
|
co = checkout
|
||||||
br = branch
|
br = branch
|
||||||
ci = commit
|
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