Files
dotfiles/scripts/git-commit-push.sh
T
2025-07-28 12:42:23 -04:00

8 lines
127 B
Bash
Executable File

#!/bin/bash
git add -A
gitmoji commit
BRANCH=$(git name-rev --name-only HEAD)
gum confirm "Push?" && git push origin $BRANCH