Hacker News new | ask | show | jobs
by porridgeraisin 599 days ago
https://gist.github.com/romainl/a3ddb1d08764b93183260f8cdf0f...

This script in your path means that after you say pull code and have merge conflicts, "git jump" will open vim with the quickfix list populated with the locations of the conflicts.

3 comments

> NOTE: The original git-jump now supports the flag --stdout, which makes this hack redundant, but I will keep it for posterity

This update is from May 2023

Jump is distributed under /usr/share/git-core/contrib or something.
Aah, nice! I read that note about it being in contrib. Never bothered to find out whether contrib is distributed with the built git package or not.
How’s this different to ‘git mergetool’?