aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-08-29 15:37:29 +0800
committertypebrook <typebrook@gmail.com>2019-08-29 15:37:29 +0800
commit337efef3508aee9d17247b99a77849cdeedc7534 (patch)
treee2679a0b395c715ba1c8fbcc1f0a0bb0b6c645bc
parent92be84d34a9c002bc50600fe02bd20d68baf9b3c (diff)
update
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 43513e4..d2820ba 100644
--- a/tigrc
+++ b/tigrc
@@ -215,6 +215,7 @@ bind status c @git commit -m "%(prompt Enter commit message: )"
215bind status a !>git commit --amend 215bind status a !>git commit --amend
216bind status p ?>sh -c "git commit -m 'update' && git push" # quick push 216bind status p ?>sh -c "git commit -m 'update' && git push" # quick push
217bind status d ?>rm %(file) 217bind status d ?>rm %(file)
218bind status D ?>git clean -df
218 219
219# solve conflict 220# solve conflict
220bind status U ?>git reset --hard 221bind status U ?>git reset --hard
@@ -277,7 +278,7 @@ bind refs pd ?git push %(remote) :%(branch)
277bind refs r none 278bind refs r none
278bind refs brd ?git branch -rd %(remote)/%(branch) 279bind refs brd ?git branch -rd %(remote)/%(branch)
279 280
280bind refs <Esc>F ?git fetch --all 281bind refs <Esc>f ?git fetch --all
281bind refs <C-F> ?git fetch %(remote) 282bind refs <C-F> ?git fetch %(remote)
282bind refs F ?git fetch %(remote) %(branch) 283bind refs F ?git fetch %(remote) %(branch)
283 284