diff options
Diffstat (limited to 'tigrc')
-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 \ |