diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -39,12 +39,12 @@ bind generic xB +sh -c "echo -n %(blob) | xsel -ib && echo Full Blob Clipped" | |||
39 | ## Remote | 39 | ## Remote |
40 | bind generic Uv +sh -c "git remote -v | grep %(remote)" | 40 | bind generic Uv +sh -c "git remote -v | grep %(remote)" |
41 | bind generic UV >sh -c "git remote -vv | tig" | 41 | bind generic UV >sh -c "git remote -vv | tig" |
42 | bind generic Ua @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )" | 42 | bind generic UA @git remote add "%(prompt New Github remote name: )" git@github.com:"%(prompt User/Repo: )" |
43 | bind generic UA @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" | 43 | bind generic Ua @git remote add "%(prompt New remote name: )" "%(prompt Remote url: )" |
44 | bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )" | 44 | bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt Enter new remote name: )" |
45 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" | 45 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" |
46 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" git@github.com:"%(prompt User/Repo: )" | 46 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" git@github.com:"%(prompt User/Repo: )" |
47 | bind generic US @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 47 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" |
48 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 48 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |
49 | bind generic UU ?git remote update --prune | 49 | bind generic UU ?git remote update --prune |
50 | bind generic Ut ?sh -c "git pull %(remote) --tags --force" | 50 | bind generic Ut ?sh -c "git pull %(remote) --tags --force" |
@@ -140,9 +140,9 @@ bind main gs ?@git merge %(branch) --squash | |||
140 | bind main p none # override default pager binding | 140 | bind main p none # override default pager binding |
141 | bind main pp ?git push | 141 | bind main pp ?git push |
142 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 142 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
143 | bind main pr ?git push -u %(remote) %(branch):%(branch) | 143 | bind main pR ?git push -u %(remote) %(branch):%(branch) |
144 | bind main pc ?git push -u %(remote) %(commit):%(branch) | 144 | bind main pc ?git push -u %(remote) %(commit):%(branch) |
145 | bind main pR ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 145 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
146 | bind main pF ?git push --force | 146 | bind main pF ?git push --force |
147 | bind main pd ?git push %(remote) :%(branch) | 147 | bind main pd ?git push %(remote) :%(branch) |
148 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' | 148 | bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' |