aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-01-10 23:42:04 +0900
committernsfisis <nsfisis@gmail.com>2025-01-10 23:42:04 +0900
commita5a03b0617073ec18e4309876f0c9c73fef7021d (patch)
tree1e58bb0936ea97ccdf0935c587255515055d0224 /.config
parent4f5f27aba4556b5ba533cbd3de2cff5d6a5214b7 (diff)
downloaddotfiles-a5a03b0617073ec18e4309876f0c9c73fef7021d.tar.gz
dotfiles-a5a03b0617073ec18e4309876f0c9c73fef7021d.tar.zst
dotfiles-a5a03b0617073ec18e4309876f0c9c73fef7021d.zip
git/alias: rename "git tmp" to "git wip"
Diffstat (limited to '.config')
-rw-r--r--.config/git/config8
1 files 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