Just a nit: there is a version and homebrew path agnostic way to have a git alias for jump. IE: homebrew is /opt/homebrew on apple silicon so /usr/local won’t work. Also, the alias in the post would stop working on brew upgrade git when the version changes.
Nice trick.
Just a nit: there is a version and homebrew path agnostic way to have a git alias for jump. IE: homebrew is
/opt/homebrew
on apple silicon so/usr/local
won’t work. Also, the alias in the post would stop working onbrew upgrade git
when the version changes.Thank you @squarism! I really appreciate that you reached out via email too, credit given in article.
If you use MacPorts, you can find
git-jump
at/opt/local/share/git/contrib/git-jump/git-jump
.