From bb83945623fa6cef6c195c98a7776f45974c006c Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 17 Oct 2021 15:39:52 -0700 Subject: move work-tree to /, delete mods files, addd cfgL --- .local/bin/gita | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 .local/bin/gita (limited to '.local/bin/gita') diff --git a/.local/bin/gita b/.local/bin/gita deleted file mode 100755 index a3d0dbc9..00000000 --- a/.local/bin/gita +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# note message string must come after options - -cmd='git' - -while getopts clLsS f; do - case $f in - c|l|L|s|S) cmd="cfg -$f";; - \?) exit 1;; - esac -done -shift $((OPTIND-1)) - -mes="${1:-refactor}" - -$cmd add -u -$cmd commit -m "$mes" -$cmd push -- cgit v1.2.3-70-g09d2