© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jags
Add the following function to your .zshrc file & then source ~/.zshrcThis search is case insensitive function gsearch(){ git log -3 -i --grep="$1" --pretty=format:'%h %s [%an]' } Usage : gsearch wip
No responses yet.