diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-18 20:56:46 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-18 20:56:46 +0800 |
commit | b6634f4867fd02507c90c09a2a8e6f971f0c831c (patch) | |
tree | 081aba107941f8ee6c1379764eaac863491e900c /tigrc | |
parent | d23e9358cab387c716057b9c88c69c33394f46d0 (diff) |
Update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | |||
116 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) | 116 | bind main bM @git branch --force "%(prompt Move which branch to here? )" %(commit) |
117 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 117 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
118 | sed -n '/^*/ {n;p}' | \ | 118 | sed -n '/^*/ {n;p}' | \ |
119 | (cat -; echo %(commit)) | \ | 119 | { cat -; echo %(commit); } | \ |
120 | head -1 | \ | 120 | head -1 | \ |
121 | xargs git checkout" | 121 | xargs git checkout" |
122 | bind main bo >tig %(branch) | 122 | bind main bo >tig %(branch) |