Git shortcut for getting unlinked paths in tooltip

While resolving the conflict I am wondering if there is a way to get the unbound path on the command line...

Currently I just use my mouse to select the file path, copy it at the prompt, and just add vim, open or sublime in front of it.

+3


source to share


1 answer


Apart from copying and pasting them you can of course use a tab, but that is not much more efficient, I would suggest using a much faster way - vim plugin vim-fugitive . This is the best and fastest way to combine conflicts that I have ever seen.



There are highly constructive and illustrative screen screens . I recommend watching them and trying them yourself, it will help you quickly.

+1


source







All Articles