gitHow to check git version
Usage example
git --version
output
git version 2.25.1
More of Git
- How to undo "git add" before commit
- How to view diff with stashed files
- How to rename local branch
- How to update forked repository from master
- How to pull all branches
- How to remove specific remote branch locally
- How to view project's detailed history
- How to unstash changes
- How to untrack a file
- How to show current branch
See more codes...