diff options
Diffstat (limited to 'tigrc')
-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: )" |