diff options
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ bind main bbd @git branch -d %(branch) | |||
76 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" | 76 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" |
77 | bind main bbD ?>git branch -D %(branch) | 77 | bind main bbD ?>git branch -D %(branch) |
78 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 78 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
79 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | ||
79 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 80 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
80 | sed -n '/^*/ {n;p}' | \ | 81 | sed -n '/^*/ {n;p}' | \ |
81 | (cat -; echo %(commit)) | \ | 82 | (cat -; echo %(commit)) | \ |