aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-13 14:32:31 +0800
committertypebrook <typebrook@gmail.com>2020-02-13 14:32:31 +0800
commit0ef2c971429631e686da410cbabf5947a9479850 (patch)
tree79eb5aef05f6d3743cc9987e4a3ba32a670ba927 /tigrc
parent197f9421e95841e4092a2627013883167f96d8a8 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 254a643..e6c74d1 100644
--- a/tigrc
+++ b/tigrc
@@ -94,7 +94,7 @@ bind main 1 +sh -c "git rev-list --all --children | \
94bind main b none 94bind main b none
95bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 95bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
96bind main bN @git branch %(branch) --track %(remote)/%(branch) 96bind main bN @git branch %(branch) --track %(remote)/%(branch)
97bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) 97bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch)
98bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 98bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
99bind generic bd @git branch -d "%(prompt Delete branch: )" 99bind generic bd @git branch -d "%(prompt Delete branch: )"
100bind main bbd @git branch -d %(branch) 100bind main bbd @git branch -d %(branch)
@@ -139,6 +139,7 @@ bind main F ?git fetch %(remote) %(branch) # Go to Fetch
139bind main <C-F> ?git fetch %(remote) 139bind main <C-F> ?git fetch %(remote)
140bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 140bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
141bind main pu !git pull 141bind main pu !git pull
142bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch)
142bind main pU ?git pull --rebase 143bind main pU ?git pull --rebase
143 144
144# reset/rebase/revert 145# reset/rebase/revert