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 delete last commit
- How to view project's detailed history
- How to view diff with stashed files
- How to undo "git add" before commit
- How to remove specific remote branch locally
- How to unstash changes
- How to list all revisions
- How to push local branch to a remote repository
- How to undo "git add" on all files before commit
See more codes...