Add gitrecap command

This commit is contained in:
2022-05-31 18:08:54 +02:00
parent b8663def4e
commit 4893183607
2 changed files with 6 additions and 0 deletions

5
tree/.local/bin/gitrecap Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env fish
set MY_LATEST_COMMIT (git log --author "joakim@hulthe.net" --pretty=format:%H | head -n 1)
git diff $MY_LATEST_COMMIT