Git
Git CLI version
Section titled “Git CLI version”Check the version of Git installed on your system.
git --versionInitialize a Git repository
Section titled “Initialize a Git repository”Initialize a new Git repository in the current directory.
git init