diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-22 17:39:38 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-22 17:39:38 +0800 |
| commit | bd0f6620c3ba5df977fabef172f729f4c037a8ff (patch) | |
| tree | 3cbd6b26beb72b2b3bf3cdb9042196ba9acd4f52 /tigrc | |
| parent | 8422c8974bf2869c55ed81f6086c6755d0580a7a (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -60,7 +60,7 @@ bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} | |||
| 60 | # highlight diff without +/- | 60 | # highlight diff without +/- |
| 61 | # set diff-show-signs = false | 61 | # set diff-show-signs = false |
| 62 | # set diff_column_highlight = ALL | 62 | # set diff_column_highlight = ALL |
| 63 | set diff-highlight = true | 63 | set diff-highlight = false |
| 64 | 64 | ||
| 65 | # misc settings | 65 | # misc settings |
| 66 | set ignore-case = true | 66 | set ignore-case = true |
| @@ -146,6 +146,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic | |||
| 146 | # fetch | 146 | # fetch |
| 147 | bind main <C-F> ?git fetch %(remote) | 147 | bind main <C-F> ?git fetch %(remote) |
| 148 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 148 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
| 149 | bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )' | ||
| 149 | bind main pu !git pull %(remote) %(branch) | 150 | bind main pu !git pull %(remote) %(branch) |
| 150 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) | 151 | bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) |
| 151 | bind main pU ?git pull --rebase | 152 | bind main pU ?git pull --rebase |