diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-01-10 23:42:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-01-10 23:42:04 +0900 |
| commit | a5a03b0617073ec18e4309876f0c9c73fef7021d (patch) | |
| tree | 1e58bb0936ea97ccdf0935c587255515055d0224 /.config | |
| parent | 4f5f27aba4556b5ba533cbd3de2cff5d6a5214b7 (diff) | |
| download | dotfiles-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/config | 8 |
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 |
