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

git: 'merge-into' is not a git command. #366

Closed
ryandeussing opened this issue May 5, 2015 · 7 comments · Fixed by #1065
Closed

git: 'merge-into' is not a git command. #366

ryandeussing opened this issue May 5, 2015 · 7 comments · Fixed by #1065

Comments

@ryandeussing
Copy link

For some reason git merge-into fails with the above error. No other commands cause any problems. Thx.

@spacewander
Copy link
Collaborator

Maybe there is not git-merge-into installed in an appropriate place?

Try
which git-merge-into
and
which git-extras

@ryandeussing
Copy link
Author

That appears to be the case, which git-merge-into returns not-found. Even though which git-extras returns /usr/local/bin/git-extras. Guess I'll live without it, as reinstalling doesn't change anything.

@spacewander
Copy link
Collaborator

Will you tell me the way you install git-extra? Maybe I can reproduce the problem.

@ryandeussing
Copy link
Author

brew install git-extras - I also deleted the cache and re-installed to make sure I had the latest.

@spacewander
Copy link
Collaborator

@hemanth
Well, we need to update git-extras's brew package from 2.2.0 to latest 3.0.0.
And its deb package also need to be updated.

@hemanth
Copy link
Collaborator

hemanth commented May 10, 2015

@spacewander Alright!

I think we need @tj's help on this.

@qw3rtman
Copy link
Collaborator

Can this be closed, @hemanth?

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 a pull request may close this issue.

5 participants
@hemanth @ryandeussing @qw3rtman @spacewander and others