diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -62,7 +62,7 @@ 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 save "%(prompt Enter stash name: )" |
| 65 | bind status gs !git stash save -p "%(prompt Enter stash name: )" | 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) |
| 68 | 68 | ||