summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-10-18 03:34:53 -0700
committerxyz <gky44px1999@gmail.com>2022-10-18 03:34:53 -0700
commitc087b7ee3b7bd5b109b32f306a08d39c4bc0f710 (patch)
treef935929532ad714ddec0f4ac8d752c3d37a780b0 /home/xyz/.local
parent099019c097fae533240a9db2b47f8e2d3f1f817c (diff)
gita git commit message change to upgrade
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/gita2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita
index 27b45549..c5179f36 100755
--- a/home/xyz/.local/bin/gita
+++ b/home/xyz/.local/bin/gita
@@ -11,7 +11,7 @@ while getopts cls f; do
done
shift $((OPTIND-1))
-mes="${1:-refactor}"
+mes="${1:-upgrade}"
$cmd add -u
$cmd commit -m "$mes"