git
parent
a4472a9e72
commit
e930ed6bfc
|
@ -12,6 +12,7 @@
|
|||
commitGraph = true
|
||||
longpaths = true
|
||||
editor = nvim
|
||||
hooksPath = /home/earne/.config/git/hooks
|
||||
|
||||
[init]
|
||||
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