Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

11
  • Is there a way to remove that wrapper from xcode? Commented Oct 27, 2013 at 19:33
  • @JanHančič: Yes, sudo rm /usr/bin/git, but not recommended! Commented Oct 27, 2013 at 19:36
  • 3
    Try it with ~/.profile instead and relaunch terminal app Commented Oct 27, 2013 at 19:56
  • 1
    This works now yes. I guess my .bashrc doesn't get picked up somehow. Thanks! Commented Oct 27, 2013 at 20:01
  • 2
    For me worked the above but in ~/.bash_profile
    – Chux
    Commented Dec 27, 2013 at 23:25