Git Commands Cheat Sheet
Git Vocabulary
Bare Repository
A repository that doesn’t have a working directory.
Branch
An active area of development in Git. The newest commit displays the end of the branch.
Blame
Refers to the most recent alteration to every line in the ...
blog.souravojha.in5 min read