aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-02 10:58:00 +0800
committertypebrook <typebrook@gmail.com>2019-05-02 10:58:00 +0800
commit06d4c2a55194758aa314e707361b1be8b20d2a4a (patch)
treec1e63dcfd85c1287624571118a1e7670e0b6393e /tigrc
parentbffdc9cf4dd2a425dc5a3724b51f655d48fb46b1 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index b9ec761..0dba11c 100644
--- a/tigrc
+++ b/tigrc
@@ -170,7 +170,7 @@ bind status k :?^[MADRU?]
170bind status s ?>git stash 170bind status s ?>git stash
171bind status S @git stash push -m "%(prompt Enter stash name: )" 171bind status S @git stash push -m "%(prompt Enter stash name: )"
172bind status gs !git stashstaged 172bind status gs !git stashstaged
173bind status U !git checkout --patch -- %(file) 173bind status U ?>git reset --hard
174 174
175# quick commit 175# quick commit
176bind status c @git commit -m "%(prompt Enter commit message: )" 176bind status c @git commit -m "%(prompt Enter commit message: )"