gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to view diff with stashed files
- How to view project's detailed history
- Make a new branch with uncommitted changes
- How to undo "git add" before commit
- How to rollback to specific commit
- How to rename local branch
- How to see difference between working directory and last commit
- How to untrack a file
- How to unstash changes
- How to pull all branches
See more codes...