I downloaded a new version of git - version 2.26.0 using command:
brew upgrade git
But i can't use it! If I type:
git --version
$ git version 2.22.0
If I try to update it again:
brew upgrade git
Warning: git 2.26.0 already installed
How to fix this ?