Screenshots, polish layout, filelog

This commit is contained in:
KK
2026-06-18 11:20:01 +02:00
parent b9b2d652f7
commit c6bd25182a
5 changed files with 20 additions and 2 deletions

View File

@@ -20,10 +20,13 @@
[tag]
sort = version:refname
[alias]
s = status --short --branch
st = status
co = checkout
br = branch
ci = commit
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)'
filelog = log --follow --graph --decorate --date=relative --pretty=format:'%C(auto)%h%Creset %Cgreen%cr%Creset %C(bold blue)%an%Creset %s'