2025-07-28
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
COMMIT_MSG=$(gum input --placeholder "Commit message...")
|
||||
if [ -z "$COMMIT_MSG"]; then
|
||||
echo "Commit cancelled..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git add -A
|
||||
gitmoji commit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user