aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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