gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to rename a branch
- How to view project's detailed history
- How to list all commits
- How to undo "git add" before commit
- How to unstash changes
- How to check patch (dry-run) before applying it
- Make a new branch with uncommitted changes
- How to view project's short history
- How to rename local branch
- How to list all revisions
See more codes...