gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to show current branch
- How to rename local branch
- How to rollback to specific commit
- How to push local branch to a remote repository
- How to undo "git add" before commit
- How to compare two branches
- Make a new branch with uncommitted changes
- How to remove specific remote branch locally
- How to update a branch from master
- How to view project's short history
See more codes...