Update gitconfig

change b alias so it sorts by update and shows more info, add ll alias as a simple `l` replacement
This commit is contained in:
Joe Fleming
2023-01-23 10:46:27 -07:00
committed by GitHub
parent bc42a3f8ef
commit ffd0ae92d3

View File

@@ -20,7 +20,8 @@
gnc = goodness --cached
fa = fetch --all
pom = push origin master
b = branch
b = "!git for-each-ref --sort=-committerdate refs/heads --format='%(authordate:short) %(color:red)%(objectname:short) %(color:yellow)%(refname:short)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))'"
ll = log --pretty='%C(yellow)%h %C(cyan)%cd %Cblue%aN%C(auto)%d %Creset%s' --graph --date=relative --topo-order --decorate
ds = diff --stat=160,120
dh1 = diff HEAD~1