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

6 lines
143 B
Plaintext
Raw Normal View History

2021-07-24 10:40:45 -04:00
#! /usr/bin/env bash
COMMITNOTIFICATION=$(git log -1 HEAD --format=reference)
notify-send 'Git Commit Success' "$COMMITNOTIFICATION" -u low