diff options
author | typebrook <typebrook@gmail.com> | 2019-03-09 22:13:13 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-09 22:13:13 +0800 |
commit | 16a4d0957554c928fbe02725e5fe93af0a9083a3 (patch) | |
tree | 1d9d15ae2ae7f701ff3d45405052757fac072b59 | |
parent | 14b80a22f2097436a806f9fac169ed712060fc1a (diff) |
update
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ 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 "%(prompt Delete branch: )" | 27 | bind main gd !git branch -d "%(prompt Delete branch: )" |
28 | bind main gD ?git branch -D "%(prompt Delete branch anyway: )" | 28 | bind main gD ?git branch -D "%(prompt Delete branch anyway: )" |
29 | bind main gR ?git reset %(commit) | 29 | bind main gsr ?git reset %(commit) --soft |
30 | bind main ghr ?git reset %(commit) --hard | ||
30 | 31 | ||
31 | set main-view = \ | 32 | set main-view = \ |
32 | date:default \ | 33 | date:default \ |