How to Update Git Using Command Prompt in Windows

How to Update Git Using Command Prompt in Windows

Git is a tool that helps us organize and track changes in files, and is most often used by developers to store and organize their code. In order to always have access to the latest features, we need to regularly update this program.

Watch our video tutorial where we show you how to update Git using Command Prompt in Windows.

Video Transcript:

  1. How to Update Git Using Command Prompt in Windows
  2. In the search field, type cmd and click on the first result obtained
  3. First, we’ll check which version of Git we have installed. Type git –version and press Enter on your keyboard
  4. If the version is between 2.14.2 and 2.16.1, type git update, to update
  5. If the version is newer than version 2.16.1 you will get this warning
  6. In this case the update command is git update-git-for-windows
  7. Type y and press Enter on your keyboard
  8. Wait for the update to complete

Rate:

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Share: Share to Facebook to Facebook Share to LinkedIn to LinkedIn Share to Twitter to Twitter

Send: Send to Viber to Viber Send to WhatsApp to WhatsApp Send to Telegram to Telegram Send to Facebook Messenger to Messenger Send to Email to Email

If you enjoyed this article, you might also like...

Leave a Reply

Your email address will not be published. Required fields are marked *