Git Cheat Sheet
A few basic terms which help to understand git commands .
repository
It keeps all your project’s files, including commits and branches.
branch
It is a copy of the repository holding the specific version. The main branch in git is master.
commit
It ...
kapilkharera.hashnode.dev3 min read