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