DEV Community

Cover image for Update your Git version now!
Adarsh Goyal
Adarsh Goyal

Posted on

Update your Git version now!

Git version 2.37 is here!, update yours and get access to all the updated features and fixes listed in the Release note

Update Git on Windows
For versions from 2.14.2 to 2.16.1

git update
Enter fullscreen mode Exit fullscreen mode

For versions > 2.16.1, update Git with:

git update-git-for-windows
Enter fullscreen mode Exit fullscreen mode

Update Git on Linux

sudo apt-get update
Enter fullscreen mode Exit fullscreen mode
sudo apt-get install git
Enter fullscreen mode Exit fullscreen mode

Update Git on Mac

brew upgrade git
Enter fullscreen mode Exit fullscreen mode

Leave a comment if facing any problem.
or reach me at https://adarshgoyal.com/
Thank You!

Top comments (0)