diff options
author | typebrook <typebrook@gmail.com> | 2019-03-26 00:29:05 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-26 00:29:05 +0800 |
commit | a5a6f77c15fe14f4c9d8219268d8cb1489ac6bc8 (patch) | |
tree | ddd5078025cbb4ac58665e5c909008048bd8eb92 | |
parent | 72b6f46e4b545231ce6adf6b51cf0ab563618f55 (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ bind status j :/^[MADRU?] | |||
61 | bind status k :?^[MADRU?] | 61 | bind status k :?^[MADRU?] |
62 | 62 | ||
63 | bind status s ?git stash | 63 | bind status s ?git stash |
64 | bind status S @git stash save "%(prompt Enter stash name: )" | 64 | bind status S @git stash push -m "%(prompt Enter stash name: )" |
65 | bind status gs !git stashstaged | 65 | bind status gs !git stashstaged |
66 | bind status p !git checkout --patch -- %(file) | 66 | bind status p !git checkout --patch -- %(file) |
67 | bind status Tu @git update-index --assume-unchanged %(file) | 67 | bind status Tu @git update-index --assume-unchanged %(file) |