Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why not replace XCode with brew version entirely:

  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


I wonder what would happen if you did this and then tried to uninstall Xcode


or just

   sudo cp /usr/local/bin/git /Applications/Xcode.app/Contents/Developer/usr/bin/git




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: