On Wed, Jan 12, 2022 at 12:42 AM Taylor Blau <me@xxxxxxxxxxxx> wrote: > > I find it helpful to have an alias like: > > $ git config alias.ll > !git always --no-pager log -1 --pretty='tformat:%h (%s, %ad)' --date=short > > in my $HOME/.gitconfig so that I can easily format commits in the > standard way. > > I think that this alias came from Peff, but I can't remember. Wow. That's cool and efficient. Thanks.