dotfiles/git/.config/git/hooks/post-commit

5 lines
121 B
Plaintext
Raw Normal View History

2021-11-04 23:18:36 -04:00
#!/usr/bin/env bash
COMMIT_INFO=$(git log -1 HEAD --format=reference)
notify-send 'Git commit: ' "$COMMIT_INFO" -u low