gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to view project's short history
- How to list all commits
- How to view project's detailed history
- How to undo "git add" before commit
- How to rename local branch
- How to see difference between working directory and last commit
- How to delete all local branches which has been deleted on the remote
- Remove an existing remote
- How to commit all changes
- How to push local branch to a remote repository
See more codes...