diff options
author | typebrook <typebrook@gmail.com> | 2019-05-05 12:03:24 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-05 12:03:24 +0800 |
commit | d72b0326733385798f0286f69395c72ce0ccd785 (patch) | |
tree | 015e9f179522df2a39fe4e7819cfe04ce1ed179a | |
parent | 14de5ef2ab9ceb87d26a6cef437bc8f7480a585e (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ bind main ; :goto %(commit)^2 | |||
69 | bind main b none | 69 | bind main b none |
70 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 70 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
71 | bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) | 71 | bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch) |
72 | bind main bu @git branch --set-upstream-to="%(prompt Set remote/branch: )" | ||
72 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) | 73 | bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) |
73 | bind main bd @git branch -d "%(prompt Delete branch: )" | 74 | bind main bd @git branch -d "%(prompt Delete branch: )" |
74 | bind main bbd @git branch -d %(branch) | 75 | bind main bbd @git branch -d %(branch) |