diff options
author | typebrook <typebrook@gmail.com> | 2019-01-11 14:50:51 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-01-11 14:50:51 +0800 |
commit | 4e6f107cc88e534068bd02b98f71accce9b54620 (patch) | |
tree | 993c50609beae5ab56a18059f3775d3bfc7b41c2 | |
parent | dd7b2addb9801a35b66e6ef73d25f20fd3a3342c (diff) |
update
-rw-r--r-- | .tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ bind stash A !?git stash apply %(stash) | |||
3 | bind status D !rm %(file) | 3 | bind status D !rm %(file) |
4 | bind refs d !?git branch -d %(branch) | 4 | bind refs d !?git branch -d %(branch) |
5 | bind main c !?git checkout %(commit) | 5 | bind main c !?git checkout %(commit) |
6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 6 | bind main T !?git show %(tag) |
7 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | ||