New backup 2024-06-27 04:30:02
This commit is contained in:
parent
b77e3dbde4
commit
bb1a748cde
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue