diff options
author | typebrook <typebrook@gmail.com> | 2019-10-09 09:44:54 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-09 09:44:54 +0800 |
commit | 80fb9b88aeb3b9f47b07fe953e3dfe67b1bca15e (patch) | |
tree | 9991e12416126d99dcbee3944890436895f9467f | |
parent | 38739c641d50a83bf57920d706bbe47ca0ee17f2 (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ bind status R @git reset | |||
214 | bind status s ?>git stash | 214 | bind status s ?>git stash |
215 | bind status S @git stash push -m "%(prompt Enter stash name: )" | 215 | bind status S @git stash push -m "%(prompt Enter stash name: )" |
216 | bind status gs !git stashstaged | 216 | bind status gs !git stashstaged |
217 | bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}' | ||
217 | 218 | ||
218 | # quick commit | 219 | # quick commit |
219 | bind status c @git commit -m "%(prompt Enter commit message: )" | 220 | bind status c @git commit -m "%(prompt Enter commit message: )" |