Skip to content

Git

Check the version of Git installed on your system.

Terminal window
git --version

Initialize a new Git repository in the current directory.

Terminal window
git init