A handy guide to learning how does Git work.
Git is a distributed version control system that allows multiple developers to work on the same project simultaneously. It is widely used in software development to manage source code history.
The diagram above shows the Git workflow with common commands.