gitHow to check git version
Usage example
git --version
output
git version 2.25.1
More of Git
- Remove an existing remote
- How to rename local branch
- How to undo "git add" before commit
- How to update forked repository from master
- How to check patch (dry-run) before applying it
- How to view project's detailed history
- How to view project's short history
- How to see difference between working directory and last commit
- How to push local branch to a remote repository
- How to untrack a file
See more codes...