git-extras
git-extras copied to clipboard
git: 'merge-into' is not a git command.
For some reason git merge-into fails with the above error. No other commands cause any problems. Thx.
Maybe there is not git-merge-into installed in an appropriate place?
Try
which git-merge-into
and
which git-extras
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.
Will you tell me the way you install git-extra? Maybe I can reproduce the problem.
brew install git-extras - I also deleted the cache and re-installed to make sure I had the latest.
@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.
@spacewander Alright!
I think we need @tj's help on this.
Can this be closed, @hemanth?