gitHow to check git version
Usage example
git --version
output
git version 2.25.1More of Git
- How to undo "git add" before commit
- How to see difference between working directory and last commit
- How to rename local branch
- How to delete all local branches which has been deleted on the remote
- Make a new branch with uncommitted changes
- How to remove specific remote branch locally
- How to view diff with stashed files
- How to untrack a file
- How to add tag to repo
- How to push local branch to a remote repository
See more codes...