Vim screencast #77: Merge conflicts

preview_player
Показать описание
Links:
Рекомендации по теме
Комментарии
Автор

Top and bottom is easy. Top is always the base branch. Bottom is always the incoming branch.


When you're merging, the incoming branch is the other branch you're merging with. When you're rebasing, what you're doing is essentially checking out the onto branch and then replaying the changelist you selected to the onto branch. If you think about what the underlying operations are doing, the directionality is obvious and no longer becomes an issue.

lieryan
Автор

Great video as always. I'm a big fan.
How did you copy the commit hash in your shell around time marker 11:38 ? Was that a zsh feature? or perhaps tmux?

gpaulsen
Автор

Love your hair mate! for the last few video's it feels like you are home sick and bored.. make vim videos yay!..

enetheru
Автор

Thanks for the new video!
Could you pls tell how you did syntax highlight off in not focused splits?

horseinthesky
Автор

I hope the rerere will help me. Been merging two branches multiple times and fixes the same errors. I’m guessing the merge base doesn’t update if a couple files haven’t been merged across?

daniel
Автор

Fantastic work man!
I have a question not related to this video. What are the efficient ways to search for a file in a huge directory? I used Ctrl+p and NerdTree, recursive - e **/filenname* - in the past, They are ok. Anything better?

harshvardhansharma