diff options
author | typebrook <typebrook@gmail.com> | 2019-04-03 12:16:13 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-03 12:16:13 +0800 |
commit | 2cfd59c069e88d36feb435cb64b30c9351152af4 (patch) | |
tree | a52fe2533df8f7ed0188509108a05b69b8940219 /tigrc | |
parent | bd447639a960257155ed3e6eeab636f282bd72f9 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,7 +61,9 @@ bind main o :goto %(commit)^2 | |||
61 | bind main b none | 61 | bind main b none |
62 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 62 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
63 | bind main bd @git branch -d "%(prompt Delete branch: )" | 63 | bind main bd @git branch -d "%(prompt Delete branch: )" |
64 | bind main btd @git branch -d %(branch) | ||
64 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" | 65 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" |
66 | bind main btD ?>git branch -D %(branch) | ||
65 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 67 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
66 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 68 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
67 | sed -n '/^*/ {n;p}' | \ | 69 | sed -n '/^*/ {n;p}' | \ |