How do you check the current version of Git installed on your system?
- git version
- git show
- git status
- git check
To check the current version of Git, you can use the git version command. This will display the installed Git version on your system. The other options are not suitable for checking the Git version.
Loading...
Related Quiz
- How can you identify the specific commits that introduced conflicting changes during a merge in Git?
- What is the primary purpose of the .gitignore file in a Git repository?
- To undo changes made to your working directory, use the command git _______.
- Which file in a Git repository typically contains a list of files to be ignored?
- In Git, __________ can be used to verify the integrity and origin of commits.