gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to list all revisions
- How to view project's detailed history
- How to rename local branch
- How to list all commits
- How to push new tag
- How to check patch (dry-run) before applying it
- How to undo "git add" before commit
- How to update forked repository from master
- How to unstash changes
- How to uncommit last commit but keep changes
See more codes...