commit 36d41c89cdf2c90e652ba32192cefbf5b4a3704c parent 72d1ee452da11f9365d0a2f3ba6b7a1af3310b83 Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Thu, 21 May 2026 14:48:35 +0200 Add stash Diffstat:
| M | scripts/.local/bin/g | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/.local/bin/g b/scripts/.local/bin/g @@ -20,6 +20,7 @@ rs) sub="reset" ;; rr) sub="restore" ;; sh) sub="show" ;; s|st) sub="status" ;; +ss) sub="stash" ;; sw) sub="switch" ;; t) sub="tag" ;; *) sub="$1" ;;