gitHow to check git version
Usage example
git --version
output
git version 2.25.1
More of Git
- How to view project's detailed history
- Remove an existing remote
- How to undo "git add" before commit
- How to see difference between working directory and last commit
- How to rename local branch
- How to update forked repository from master
- How to delete all local branches which has been deleted on the remote
- How to clone ssh repository
- Make a new branch with uncommitted changes
- How to delete local branch
See more codes...