vim-conflicted icon indicating copy to clipboard operation
vim-conflicted copied to clipboard

Use branch names rather than 'upstream' & 'local'

Open christoomey opened this issue 11 years ago • 1 comments

Upstream and local are confusing.

I've found that during a rebase, .git/rebase-apply/head-name is the local branch name, but I can't seem to find a reference to what the upstream (typically master) is.

@calebthompson, any thoughts on how I could determine the branch names during while in conflict mode?

christoomey avatar Jul 18 '14 21:07 christoomey

'upstream' and 'local' are great for my purposes -- they're prefectly clear for my normal use case. What would be nice would be a commend to get the branch names if that's required, but I can still find that with the commit hash that's displayed in the working split.

Thanks again for a great plugin... use it all the time.

JESii avatar Dec 03 '15 16:12 JESii