diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-13 10:01:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-13 10:01:29 +0800 |
commit | 8422c8974bf2869c55ed81f6086c6755d0580a7a (patch) | |
tree | 742e598026b550ef972b4320dea6432e52311232 /tigrc | |
parent | e334ad55d9459382241bb12eb90b0705afd04d81 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ bind main 1 +sh -c "git rev-list --all --children | \ | |||
99 | bind main b none | 99 | bind main b none |
100 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 100 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
101 | bind main bN @git branch %(branch) --track %(remote)/%(branch) | 101 | bind main bN @git branch %(branch) --track %(remote)/%(branch) |
102 | bind main bu !git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) | 102 | bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) |
103 | bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) | 103 | bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) |
104 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 104 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
105 | bind generic bd @git branch -d "%(prompt Delete branch: )" | 105 | bind generic bd @git branch -d "%(prompt Delete branch: )" |