Files
Bart Sjerps bc1e21e647 update
2026-07-08 13:01:00 +02:00

12 lines
346 B
Plaintext

[alias]
co = checkout
ci = commit
st = status
br = branch
type = cat-file -t
dump = cat-file -p
hist = log -n 25 --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
histall = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
sh = !git remote -v && git br -a --color=never && git stash list && git status && git hist