version

104 단어·1 분·원문(.md)

  • Git is a free, open-source, distributed version control tool. Git is sometimes pre-installed on Linux distributions. If it's not installed, you'll need to install it manually using an installer or a package manager. If it was pre-installed or you installed it a while ago, you might have an older Git version. This article introduces how to check the version of Git installed on your current system and how to upgrade it to the latest version.

Check Git Version #

git --version

Entering git --version will show the current version.

Check Latest Git Version #

  • You can check on the official Git website.

  • Git

Back-End/git/version.md