gitHow to check git version
Usage example
git --version
output
git version 2.25.1
More of Git
- How to view project's short history
- How to view project's detailed history
- How to delete repository
- How to see difference between working directory and last commit
- How to rename local branch
- Make a new branch with uncommitted changes
- How to compare two branches
- How to add all files to commit
- How to undo "git add" before commit
- Stash current changes without commit
See more codes...