diff options
author | typebrook <typebrook@gmail.com> | 2019-08-29 15:37:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-08-29 15:37:29 +0800 |
commit | 337efef3508aee9d17247b99a77849cdeedc7534 (patch) | |
tree | e2679a0b395c715ba1c8fbcc1f0a0bb0b6c645bc /tigrc | |
parent | 92be84d34a9c002bc50600fe02bd20d68baf9b3c (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -215,6 +215,7 @@ bind status c @git commit -m "%(prompt Enter commit message: )" | |||
215 | bind status a !>git commit --amend | 215 | bind status a !>git commit --amend |
216 | bind status p ?>sh -c "git commit -m 'update' && git push" # quick push | 216 | bind status p ?>sh -c "git commit -m 'update' && git push" # quick push |
217 | bind status d ?>rm %(file) | 217 | bind status d ?>rm %(file) |
218 | bind status D ?>git clean -df | ||
218 | 219 | ||
219 | # solve conflict | 220 | # solve conflict |
220 | bind status U ?>git reset --hard | 221 | bind status U ?>git reset --hard |
@@ -277,7 +278,7 @@ bind refs pd ?git push %(remote) :%(branch) | |||
277 | bind refs r none | 278 | bind refs r none |
278 | bind refs brd ?git branch -rd %(remote)/%(branch) | 279 | bind refs brd ?git branch -rd %(remote)/%(branch) |
279 | 280 | ||
280 | bind refs <Esc>F ?git fetch --all | 281 | bind refs <Esc>f ?git fetch --all |
281 | bind refs <C-F> ?git fetch %(remote) | 282 | bind refs <C-F> ?git fetch %(remote) |
282 | bind refs F ?git fetch %(remote) %(branch) | 283 | bind refs F ?git fetch %(remote) %(branch) |
283 | 284 | ||