Hacker News new | ask | show | jobs
by bertan 3713 days ago

  sudo cp /Applications/Xcode.app/Contents/Developer/usr/bin/git /somewhere/to/backup/just/in/case
  sudo rm /Applications/Xcode.app/Contents/Developer/usr/bin/git
  sudo ln -s /usr/local/bin/git /Applications/Xcode.app/Contents/Developer/usr/bin/git
1 comments

Is the git binary where the vulnerability is... or is it in one of these:

  $ ls $(git --exec-path)