aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-19 18:49:23 +0800
committertypebrook <typebrook@gmail.com>2019-04-19 18:49:23 +0800
commit8e3f90846e19ed6877205afb8a5d78301c21f718 (patch)
tree0409352aef72d6f965b0cb633bb58cdd0e26beb1
parentf36535c5956993c4126913cc83e136c5d393674d (diff)
update
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 1eaf7d8..b55d7d9 100644
--- a/tigrc
+++ b/tigrc
@@ -68,7 +68,7 @@ bind main ; :goto %(commit)^2
68# branch 68# branch
69bind main b none 69bind main b none
70bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 70bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
71bind main bN @git branch "%(prompt Enter branch name: )" --track %(repo:remote) 71bind main bN @git branch "%(prompt Enter branch name: )" --track %(remote)/%(branch)
72bind main bd @git branch -d "%(prompt Delete branch: )" 72bind main bd @git branch -d "%(prompt Delete branch: )"
73bind main bbd @git branch -d %(branch) 73bind main bbd @git branch -d %(branch)
74bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" 74bind main bD ?>git branch -D "%(prompt Delete branch anyway: )"