nvim: after/plugin/fugitive: Force local tag update on fetch

This commit is contained in:
Sanchayan Maity 2021-12-22 12:54:04 +05:30
parent 07b161acf6
commit 6ab7d9531d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ nnoremap <Leader>gd :Ghdiffsplit!<CR>
nnoremap <Leader>gD :Gvdiffsplit!<CR>
nnoremap <Leader>ge :sp<CR>:Gedit HEAD~:%<Left><Left>
nnoremap <Leader>gE :sp<CR>:Gedit :%:p<Left><Left><Left><Left>
nnoremap <Leader>gf :Git fetch --all<CR>
nnoremap <Leader>gf :Git fetch --all --tags -f<CR>
nnoremap <Leader>gF :call git#git_fetch_origin_merge()<CR>
nnoremap <Leader>gg :Git<CR>
nnoremap <Leader>gh :Git log --grep=