a visual guide to GIT popular commands and their functions
VCS nowadays are not just systems for tracking changes and versions of the code. They are mostly collaborative tools with many features and functions such as undo, branching, merging, etc.
For proper use of VCS it’s important to understand its main concepts and basic actions.
Below is an example of a visual guide to GIT popular commands and their functions. Branching and decentralized design are the core ideas of GIT.
Creating a branch is a way to make changes to the code and eventually combine them with the rest of the code.