Git Tips Slides
PageUp x2: previous · PageDown x2: next · Home: index

Misc: atuin

atuin is a shell history tool with very good search.

This is handy for Git because many useful commands are too rare to memorize exactly. Instead of retyping them or scrolling through old terminals, press Ctrl-r and search your history.

It helps me find commands like git restore ..., git diff ..., or some complicated git log invocation that worked before.