Hyprland-dotfiles/gitpush.sh
stephan.raabe 7e7aef2efa Add Ranger
2023-02-02 12:27:22 +01:00

10 lines
115 B
Bash
Executable File

#!/bin/sh
#
echo -e "Enter the git commit message: \c "
read comment
git add *
git commit -m "$comment"
git push