add git alias for branches last updated
parent
bc23221ef3
commit
246285ff70
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
logp = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
logp = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
||||||
|
|
||||||
lg = log --graph --date-order --first-parent \
|
lg = log --graph --date-order --first-parent \
|
||||||
--pretty=format:'%C(auto)%h%Creset %C(auto)%d%Creset %s %C(green)(%ad) %C(bold cyan)<%an>%Creset'
|
--pretty=format:'%C(auto)%h%Creset %C(auto)%d%Creset %s %C(green)(%ad) %C(bold cyan)<%an>%Creset'
|
||||||
lgb = log --graph --date-order --branches --first-parent \
|
lgb = log --graph --date-order --branches --first-parent \
|
||||||
|
@ -42,3 +41,4 @@
|
||||||
lga = log --graph --date-order --all \
|
lga = log --graph --date-order --all \
|
||||||
--pretty=format:'%C(auto)%h%Creset %C(auto)%d%Creset %s %C(green)(%ad) %C(bold cyan)<%an>%Creset'
|
--pretty=format:'%C(auto)%h%Creset %C(auto)%d%Creset %s %C(green)(%ad) %C(bold cyan)<%an>%Creset'
|
||||||
up = pull --rebase
|
up = pull --rebase
|
||||||
|
branches-last-updated = branch -rv --sort=committerdate --format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset)\t%(color:magenta)%(authorname)%(color:reset)\t%(color:yellow)%(refname:short)%(color:reset)'
|
||||||
|
|
Reference in New Issue