git
parent
a4472a9e72
commit
e930ed6bfc
|
@ -12,6 +12,7 @@
|
||||||
commitGraph = true
|
commitGraph = true
|
||||||
longpaths = true
|
longpaths = true
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
hooksPath = /home/earne/.config/git/hooks
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
COMMITNOTIFICATION=$(git log -1 HEAD --format=reference)
|
||||||
|
notify-send 'Git Commit Success' "$COMMITNOTIFICATION" -u low
|
||||||
|
|
Loading…
Reference in New Issue