Add gitrecap command
This commit is contained in:
5
tree/.local/bin/gitrecap
Executable file
5
tree/.local/bin/gitrecap
Executable 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
|
||||
Reference in New Issue
Block a user