diff options
author | typebrook <typebrook@gmail.com> | 2019-05-02 10:58:00 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-02 10:58:00 +0800 |
commit | 06d4c2a55194758aa314e707361b1be8b20d2a4a (patch) | |
tree | c1e63dcfd85c1287624571118a1e7670e0b6393e /tigrc | |
parent | bffdc9cf4dd2a425dc5a3724b51f655d48fb46b1 (diff) |
update
Diffstat (limited to 'tigrc')
-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: )" |