From a5a03b0617073ec18e4309876f0c9c73fef7021d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 10 Jan 2025 23:42:04 +0900 Subject: git/alias: rename "git tmp" to "git wip" --- .config/git/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/git/config b/.config/git/config index c97b3e5..a6215bd 100644 --- a/.config/git/config +++ b/.config/git/config @@ -93,10 +93,10 @@ g = grep gf = grep --name-only s = status --short - tmp = commit -a -m "TMP" - tmps = stash save "TMP" - ctmp = commit -m "TMP" - sst = stash save "TMP" + wip = commit -a -m "wip" + cwip = commit -m "wip" + swip = stash save "wip" + sswip = swip ss = stash save ssl = stash list ssa = stash apply -- cgit v1.2.3-70-g09d2