gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to check patch (dry-run) before applying it
- How to update forked repository from master
- How to push new tag
- Remove an existing remote
- How to list all revisions
- How to delete local branch
- How to view project's detailed history
- How to delete all local branches which has been deleted on the remote
- How to untrack a file
- How to list all commits
See more codes...