diff options
author | typebrook <typebrook@gmail.com> | 2019-03-27 15:27:08 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-27 15:27:08 +0800 |
commit | 430d05c4338db49e1bc1b22501f9082e6013357b (patch) | |
tree | fd196e51a1fa020d69bc8e1df287842785146df6 /tigrc | |
parent | 173c57aae478c26854040c931ab843cee0927348 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,8 @@ bind status <Ctrl-o> ?git am %(file) | |||
128 | #==================== | 128 | #==================== |
129 | bind stash a ?git stash apply %(stash) | 129 | bind stash a ?git stash apply %(stash) |
130 | bind stash d ?>git stash drop %(stash) | 130 | bind stash d ?>git stash drop %(stash) |
131 | |||
132 | # rename a stash | ||
131 | bind stash n @sh -c "git stash drop %(stash) | \ | 133 | bind stash n @sh -c "git stash drop %(stash) | \ |
132 | awk '{print $3}' | \ | 134 | awk '{print $3}' | \ |
133 | tr -d '()' | \ | 135 | tr -d '()' | \ |