Hyprland-dotfiles/gitpush.sh
stephan.raabe 8eed0a5315 Updates
2023-02-13 13:37:10 +01:00

8 lines
106 B
Bash
Executable File

#!/bin/sh
read -p "Enter the git commit message: " comment
git add -A
git commit -m "$comment"
git push