new git alias to show current commit hash in full.

This commit is contained in:
Gabe Venberg 2026-01-13 14:14:41 +01:00
parent 3ca07073f0
commit e2bfd79e41

View file

@ -46,6 +46,7 @@
log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'"; log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'";
recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'"; recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";
track = "add -AN"; track = "add -AN";
hash = "git show -s --format=%H";
}; };
user = { user = {
email = config.user.git.profile.email; email = config.user.git.profile.email;