1. 7
  1. 3

    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 on brew upgrade git when the version changes.

    [alias]
      jump = "!$(brew --prefix git)/share/git-core/contrib/git-jump/git-jump"
    
    1. 2

      Thank you @squarism! I really appreciate that you reached out via email too, credit given in article.

    2. 1

      If you use MacPorts, you can find git-jump at /opt/local/share/git/contrib/git-jump/git-jump.