diff options
author | typebrook <typebrook@gmail.com> | 2019-06-20 11:22:00 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-06-20 11:22:00 +0800 |
commit | 00954e8845db3868a5ec65f7e564762ff435a8f9 (patch) | |
tree | 016fde4dfc8b28c0f42fb761ab13652c42143b0e /tigrc | |
parent | cf50d64c4df79ed8558c89528c496c05d4ef1a9b (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ bind main ; :goto %(commit)^2 # go to second parent | |||
75 | # branch | 75 | # branch |
76 | bind main b none | 76 | bind main b none |
77 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 77 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
78 | bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) | 78 | bind main bN @git branch %(branch) --track %(remote)/%(branch) |
79 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" | 79 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" |
80 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 80 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
81 | bind main bd @git branch -d "%(prompt Delete branch: )" | 81 | bind main bd @git branch -d "%(prompt Delete branch: )" |