gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to undo "git add" before commit
- How to see difference between working directory and last commit
- How to change branch
- How many lines of code from specific author
- How to view project's detailed history
- How to commit all changes
- How to rename local branch
- How to push new tag
- How to compare two branches
- How to view project's short history
See more codes...