gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to rename a branch
- How to view project's short history
- How to view project's detailed history
- Make a new branch with uncommitted changes
- How to view diff with stashed files
- How to undo "git add" before commit
- How to untrack a file
- How to unstash changes
- How to rename local branch
- How to push local branch to a remote repository
See more codes...