Git what the frog?
Recently I had interesting case with git and hubflow
git hf finish feature xxx
Fetching origin fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths Unable to checkout branch ''
$ git –versiongit =>聽 version 2.16.2
it was recent version however I didnt upgrade hub flow, and this was main reason why those two didn’t play nice 馃槈
after:
brew upgrade git
and
sudo git hf upgrade
I was able to finish my hotfix or release.
$ git hf version => 1.5.3 – latest version
Najnowsze komentarze