diff options
author | typebrook <typebrook@gmail.com> | 2019-03-27 10:06:54 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-27 10:06:54 +0800 |
commit | c0c759c8fda5c85ea3ec6bb894bb984e0632bd54 (patch) | |
tree | 116b0d7c19b6cea0e36bef3d8cfdbde84057e3c8 | |
parent | a38f3b693643795f93faec80bf40235f7d1d5205 (diff) |
update
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ bind main ` :toggle commit-title-graph | |||
50 | bind main b none | 50 | bind main b none |
51 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 51 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
52 | bind main bd @git branch -d "%(prompt Delete branch: )" | 52 | bind main bd @git branch -d "%(prompt Delete branch: )" |
53 | bind main bD ?git branch -D "%(prompt Delete branch anyway: )" | 53 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" |
54 | bind main bv +sh -c "git branch -vv | grep '*'" | 54 | bind main bv +sh -c "git branch -vv | grep '*'" |
55 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 55 | bind 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 | |||
103 | bind status j :/^[MADRU?] | 103 | bind status j :/^[MADRU?] |
104 | bind status k :?^[MADRU?] | 104 | bind status k :?^[MADRU?] |
105 | 105 | ||
106 | bind status s ?git stash | 106 | bind status s ?>git stash |
107 | bind status S @git stash push -m "%(prompt Enter stash name: )" | 107 | bind status S @git stash push -m "%(prompt Enter stash name: )" |
108 | bind status gs !git stashstaged | 108 | bind status gs !git stashstaged |
109 | bind status p !git checkout --patch -- %(file) | 109 | bind status p !git checkout --patch -- %(file) |