1
0
Fork 0

feat: git last

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-01-11 09:04:50 -06:00
parent b1fd7c42a3
commit f842b41e66
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ in {
fo = "fetch origin";
dh = "diff HEAD";
unstage = "restore --staged";
last = "log --show-signature --format=fuller --max-count=1 HEAD";
tui = "!lazygit";
};
lfs.enable = true;