aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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: )"