Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support $GIT #6

Merged
merged 1 commit into from
Aug 28, 2012
Merged

Support $GIT #6

merged 1 commit into from
Aug 28, 2012

Conversation

mxcl
Copy link
Contributor

@mxcl mxcl commented Aug 27, 2012

My git isn't in the path because I am using Xcode 4.4 without the CLT tools installed. So I set $GIT. Most tools respect this.

My git isn't in the path because I am using Xcode 4.4 without the CLT tools installed. So I set $GIT. Most tools respect this.
rwos added a commit that referenced this pull request Aug 28, 2012
@rwos rwos merged commit d5fae9a into rwos:master Aug 28, 2012
@rwos
Copy link
Owner

rwos commented Aug 28, 2012

I've tagged a new version (with the name "now with support" because I'm stupid. You can probably see how my command line looked when I added that tag...).

Thank you!

@dcaunt
Copy link

dcaunt commented Aug 31, 2012

An alternative is to set up an alias to use Xcode's version of git

alias git="xcrun git"

@mxcl
Copy link
Contributor Author

mxcl commented Aug 31, 2012

Yes, I use this alias: sadly, aliases only work at the shell level. The gti tool requires something else: thus this patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants