diff options
author | typebrook <typebrook@gmail.com> | 2019-09-26 09:14:01 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-09-26 09:14:01 +0800 |
commit | 95f9460c854f904f4ef1e03cd76da52e41b13be5 (patch) | |
tree | 66d2aa25ac3086d89f02dcea7ec93cacb8cb3260 | |
parent | 9d44c1da45924bfb201d1388fd2fcd6c80a6920a (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ bind generic xB +sh -c "echo -n %(blob) | xsel -ib && echo Full Blob Clipped" | |||
38 | bind generic w :toggle ignore-case | 38 | bind generic w :toggle ignore-case |
39 | 39 | ||
40 | # see reflog, reset refernece | 40 | # see reflog, reset refernece |
41 | bind generic 8 >sh -c "git reflog --pretty=raw | tig --pretty=raw" | ||
42 | bind generic gl ?git checkout HEAD@{"%(prompt Enter HEAD@{} number: )"} | 41 | bind generic gl ?git checkout HEAD@{"%(prompt Enter HEAD@{} number: )"} |
43 | bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} | 42 | bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} |
44 | 43 | ||