diff options
author | typebrook <typebrook@gmail.com> | 2019-10-16 15:55:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-16 15:55:29 +0800 |
commit | e2f526b591fe7fd5a04931788c06d32804810244 (patch) | |
tree | 0151927db7f8f78d6713da5b32479824ff581d03 | |
parent | a31d754f367b6f4bb9fe5a1231ae7719aa452a24 (diff) |
update
-rw-r--r-- | tigrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -281,10 +281,6 @@ bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" | |||
281 | bind refs C none | 281 | bind refs C none |
282 | bind refs c @git checkout %(ref) | 282 | bind refs c @git checkout %(ref) |
283 | 283 | ||
284 | bind refs r none | ||
285 | bind refs rd ?git branch -d %(ref) | ||
286 | bind refs rD ?git branch -D %(ref) | ||
287 | bind refs pd ?git push %(remote) :%(ref) | ||
288 | bind refs brd ?git branch -rd %(remote)/%(branch) | 284 | bind refs brd ?git branch -rd %(remote)/%(branch) |
289 | 285 | ||
290 | bind refs <Esc>f ?git fetch --all | 286 | bind refs <Esc>f ?git fetch --all |