diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-02 10:27:45 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-02 10:27:45 -0700 |
commit | 1ab3af9596cbe089075883fe47265334e18588d9 (patch) | |
tree | affe1db9ed27c9c1a6233dbb4ebf84ea3dde17c1 /.local | |
parent | bd63385fa1e1c3d2125f84cc7ea3ed23cbd02ee7 (diff) |
message patch to refactor
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/gita | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/gita b/.local/bin/gita index 791d30ce..d3a7f0ad 100755 --- a/.local/bin/gita +++ b/.local/bin/gita @@ -12,7 +12,7 @@ while getopts lc f; do done shift $((OPTIND-1)) -mes="${1:-patch}" +mes="${1:-refactor}" "$cmd" add -u "$cmd" commit -m "$mes" |