aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-27 10:06:54 +0800
committertypebrook <typebrook@gmail.com>2019-03-27 10:06:54 +0800
commitc0c759c8fda5c85ea3ec6bb894bb984e0632bd54 (patch)
tree116b0d7c19b6cea0e36bef3d8cfdbde84057e3c8
parenta38f3b693643795f93faec80bf40235f7d1d5205 (diff)
update
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index e888fc0..40e6423 100644
--- a/tigrc
+++ b/tigrc
@@ -50,7 +50,7 @@ bind main ` :toggle commit-title-graph
50bind main b none 50bind main b none
51bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 51bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
52bind main bd @git branch -d "%(prompt Delete branch: )" 52bind main bd @git branch -d "%(prompt Delete branch: )"
53bind main bD ?git branch -D "%(prompt Delete branch anyway: )" 53bind main bD ?>git branch -D "%(prompt Delete branch anyway: )"
54bind main bv +sh -c "git branch -vv | grep '*'" 54bind main bv +sh -c "git branch -vv | grep '*'"
55bind main c @sh -c "git branch --points-at=%(commit) | \ 55bind main c @sh -c "git branch --points-at=%(commit) | \
56 sed -n '/^*/ {n;p}' | \ 56 sed -n '/^*/ {n;p}' | \
@@ -103,7 +103,7 @@ set blame-view = author:abbreviated date:default id:yes,color line-number:yes te
103bind status j :/^[MADRU?] 103bind status j :/^[MADRU?]
104bind status k :?^[MADRU?] 104bind status k :?^[MADRU?]
105 105
106bind status s ?git stash 106bind status s ?>git stash
107bind status S @git stash push -m "%(prompt Enter stash name: )" 107bind status S @git stash push -m "%(prompt Enter stash name: )"
108bind status gs !git stashstaged 108bind status gs !git stashstaged
109bind status p !git checkout --patch -- %(file) 109bind status p !git checkout --patch -- %(file)