Git
Creating a Git tag
Description Tags are references showing particular points in a Git history. The main function of tagging is to capture a point in a Git history …
Description Tags are references showing particular points in a Git history. The main function of tagging is to capture a point in a Git history …
Git log Definition The git log command shows committed snapshots. It is used for listing and filtering the project history, and searchin…
Git status Definition The git status command shows the state of the working directory and the staging area. It allows you to see staged …
.gitignore Git ignore patterns Shared .gitignore files in the repository Personal rules for Git ignore Global Git ignore rules Ignoring a prev…
Git diff Diff outputs Highlighting changes Diffing binary files Comparison of files: git diff file Comparison of all changes Changes since th…