diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-20 09:34:51 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-20 09:34:51 +0800 |
| commit | 05c866343e630c4ad9dfa06e137c2398114d62be (patch) | |
| tree | 909912fab6f7fff3f5a36147363d578cd157e2fd /tigrc | |
| parent | 73a6a2b7f9ead82cff65588f60d040c99ceab384 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -232,7 +232,8 @@ bind status gn @sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \ | |||
| 232 | # stash | 232 | # stash |
| 233 | bind status s ?>git stash | 233 | bind status s ?>git stash |
| 234 | bind status S @git stash push -m "%(prompt Enter stash name: )" | 234 | bind status S @git stash push -m "%(prompt Enter stash name: )" |
| 235 | bind status gs !git stashstaged | 235 | bind status gs !git stash --keep-index |
| 236 | bind status gS !git stashstaged | ||
| 236 | bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}' | 237 | bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}' |
| 237 | 238 | ||
| 238 | # quick commit | 239 | # quick commit |