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