diff options
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 |