New backup 2024-06-27 04:30:02

This commit is contained in:
Penelope Gwen 2024-06-27 04:30:02 -06:00
parent b77e3dbde4
commit bb1a748cde

View file

@ -45,8 +45,8 @@ pushall() {
git add .
git commit -m "${1}"
git push origin
bool_tag="y"
read -p "tag as well? (Y/n)" bool_tag
[ -z ${bool_tag} ] && bool_tag="y"
case "${bool_tag}" in
[yY]|[yY][eE][sS])
read -p "Tag version: " ver_tag