diff options
author | typebrook <typebrook@gmail.com> | 2020-03-23 21:56:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-23 21:56:17 +0800 |
commit | 103cd9acb396092863935d71591990128e475e24 (patch) | |
tree | 3a2fc159f42ca3ff0d50aeb522ac7f1b7858ee66 | |
parent | 76ec5b54cf5eea12900a61f925c035e17dbec152 (diff) |
update
-rw-r--r-- | tigrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,7 @@ bind generic p none | |||
27 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!" | 27 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!" |
28 | bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!" | 28 | bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!" |
29 | bind generic xt +sh -c "echo -n %(text) | xsel -ib && echo Text Clipped!" | 29 | bind generic xt +sh -c "echo -n %(text) | xsel -ib && echo Text Clipped!" |
30 | bind generic xT +sh -c "git cat-file -p %(commit) | sed 1,5d | xsel -ib && echo commit message Clipped" | ||
30 | bind generic xrb +sh -c "echo -n %(branch) | xsel -ib && echo Branch Clipped!" | 31 | bind generic xrb +sh -c "echo -n %(branch) | xsel -ib && echo Branch Clipped!" |
31 | bind generic xrB +sh -c "echo -n %(remote):%(branch) | xsel -ib && echo Remote Branch Clipped!" | 32 | bind generic xrB +sh -c "echo -n %(remote):%(branch) | xsel -ib && echo Remote Branch Clipped!" |
32 | bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped" | 33 | bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped" |
@@ -168,7 +169,9 @@ bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e | |||
168 | bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' | 169 | bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' |
169 | bind generic Ts >tig show %(tag) | 170 | bind generic Ts >tig show %(tag) |
170 | bind generic Td @git tag -d "%(prompt Delete which tag? )" | 171 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |
172 | bind generic Tpr ?git push "%(prompt Push to which Remote? )" %(tag) | ||
171 | bind generic Tpd ?git push %(remote) :%(tag) | 173 | bind generic Tpd ?git push %(remote) :%(tag) |
174 | bind generic TpD ?git push "%(prompt Which remote? )" -d %(tag) | ||
172 | bind generic TTd @git tag -d %(tag) | 175 | bind generic TTd @git tag -d %(tag) |
173 | bind generic pt ?git push --tags | 176 | bind generic pt ?git push --tags |
174 | bind generic pT ?git push %(remote) %(tag) | 177 | bind generic pT ?git push %(remote) %(tag) |