summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-07-27 06:54:04 -0700
committerxyz <gky44px1999@gmail.com>2021-07-27 06:54:04 -0700
commit98a56ebeb6484bfb1575521116028c517b12c3fd (patch)
tree1f1cf9fd5d5272fc84a2edc794e5c22e153bea0c /.local
parent2c4a3676b60a51de8dfa609a8da04c28e24662af (diff)
refactor
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/gita14
1 files changed, 0 insertions, 14 deletions
diff --git a/.local/bin/gita b/.local/bin/gita
index 909a582b..3eaf733d 100755
--- a/.local/bin/gita
+++ b/.local/bin/gita
@@ -1,19 +1,5 @@
#!/bin/sh
-#case "$2" in
-# '') cmd=git ;;
-# l) cmd=cfgl ;;
-# c) cmd=cfgc ;;
-# *) exit 1 ;;
-#esac
-#"$cmd" add -u
-#if [ -z "$1" ]; then
-# "$cmd" commit -m "patch"
-#else
-# "$cmd" commit -m "$1"
-#fi
-#"$cmd" push
-
cmd='git'
mes='patch'