mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 09:59:54 -06:00
Let git pull rebase be taken care of by gitconfig
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
core aniseed.core
|
core aniseed.core
|
||||||
util dotfiles.util}})
|
util dotfiles.util}})
|
||||||
|
|
||||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gp ":Git pull --rebase<CR>")
|
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gp ":Git pull<CR>")
|
||||||
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gP (.. ":Git push origin " (nvim.fn.FugitiveHead) "<CR>"))
|
(nvim.ex.autocmd :FileType :fugitive :nmap :<leader>gP (.. ":Git push origin " (nvim.fn.FugitiveHead) "<CR>"))
|
||||||
|
|||||||
Reference in New Issue
Block a user