diff options
author | typebrook <typebrook@gmail.com> | 2019-03-07 18:10:56 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-07 18:10:56 +0800 |
commit | abd819d0f1851ed5f525e008220fce3ce3552ef4 (patch) | |
tree | 3e86474730377d64e8510b71aafbce7b632b8c2a /tigrc | |
parent | 4135aab0529015de37053168e205f1d39fc3f608 (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ bind main P ?git push | |||
24 | bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) | 24 | bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) |
25 | bind main B !sh scripts/bump_version.sh | 25 | bind main B !sh scripts/bump_version.sh |
26 | bind main V @git log -S "%(prompt Enter search word: )" | 26 | bind main V @git log -S "%(prompt Enter search word: )" |
27 | bind main gd ?git branch -d %(branch) | 27 | bind main gd !git branch -d "%(prompt Delete branch: )" |
28 | bind main gD ?git branch -D %(branch) | 28 | bind main gD ?git branch -D "%(prompt Delete branch anyway: )" |
29 | bind main gR ?git reset %(commit) | 29 | bind main gR ?git reset %(commit) |
30 | 30 | ||
31 | set main-view = \ | 31 | set main-view = \ |