diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ bind status k :?^[MADRU?] | |||
170 | bind status s ?>git stash | 170 | bind status s ?>git stash |
171 | bind status S @git stash push -m "%(prompt Enter stash name: )" | 171 | bind status S @git stash push -m "%(prompt Enter stash name: )" |
172 | bind status gs !git stashstaged | 172 | bind status gs !git stashstaged |
173 | bind status U !git checkout --patch -- %(file) | 173 | bind status U ?>git reset --hard |
174 | 174 | ||
175 | # quick commit | 175 | # quick commit |
176 | bind status c @git commit -m "%(prompt Enter commit message: )" | 176 | bind status c @git commit -m "%(prompt Enter commit message: )" |