New backup 2024-06-15 12:45:02
This commit is contained in:
parent
462bd51bc7
commit
724a930fc6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ pushall() {
|
|||
case "${bool_tag}" in
|
||||
[yY]|[yY][eE][sS])
|
||||
read -p "Tag version: " ver_tag
|
||||
git tag -a "${ver_tag}"
|
||||
git tag -a "${ver_tag}" -m "${ver_tag}"
|
||||
git push origin "${ver_tag}"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue