aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-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