Why
Just like many others in my time.
When people still preferred downloading software from official sites.
For years I had not updated Git and I did not even know how.
Maybe I can just install it again, but it doesn’t seem intuitive to me.
And I want to keep Git up-to-date without too much effort.
I use Homebrew recently.
How
I went to /usr/local/Git/ and run the uninstall.sh script to uninstall it.
I then run brew install git to re-install it back.
That’s it.
Simple and safe.